IDTSDataPump::SetProgressRowCount

DTS Programming

DTS Programming

IDTSDataPump::SetProgressRowCount

The SetProgressRowCount method specifies how often notifications should be sent using the connection point.

Syntax

HRESULT SetProgressRowCount (
ULONG cIn );

Argument Description
cIn [in] Number of rows inserted between progress notifications

Remarks

If no event sink has been created, then no notifications are sent. If an event sink exists and SetProgressRowCount is not called, progress notifications are sent every 1000 rows.