The SetProgressRowCount method specifies how often notifications should be sent using the connection point.
HRESULT SetProgressRowCount (
ULONG cIn );
Argument | Description |
---|---|
cIn [in] | Number of rows inserted between progress notifications |
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.