The RowsInError property returns the number of rows for which an error occurred while being processed by the Data Transformation Services (DTS) task or transformation set.
object.RowsInError
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
Variant
Read-only
HRESULT RowsInError(VARIANT* pRowsInError);
The property value is returned from the IDTSDatapump::Execute method.