The RowsComplete property returns the number of source rows, including rows for which errors occurred, processed by the task or transformation set.
object.RowsComplete
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
Variant
Read-only
HRESULT RowsComplete(VARIANT* pRowsComplete);
The property value is returned from the IDTSDatapump::Execute method.