RowsComplete Property
From DTS Programming
DTS Programming
RowsComplete Property
The RowsComplete property returns the number of source rows, including rows for which errors occurred, processed by the task or transformation set.
Applies To
| DataDrivenQueryTask2 Object | TransformationSet Object |
| DataPumpTask2 Object |
Syntax
object.RowsComplete
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
Data Type
Variant
Modifiable
Read-only
Prototype (C/C++)
HRESULT RowsComplete(VARIANT* pRowsComplete);
Remarks
The property value is returned from the IDTSDatapump::Execute method.