RowsInError Property

DTS Programming

DTS Programming

RowsInError Property

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.

Applies To
DataDrivenQueryTask2 Object TransformationSet Object
DataPumpTask2 Object  
Syntax

object.RowsInError

Part Description
object Expression that evaluates to an object in the Applies To list

Data Type

Variant

Modifiable

Read-only

Prototype (C/C++)

HRESULT RowsInError(VARIANT* pRowsInError);

Remarks

The property value is returned from the IDTSDatapump::Execute method.

See Also

RowsComplete Property