The LastRow property specifies the last source row to copy.
| BulkInsertTask Object | DataPumpTask Object |
| DataDrivenQueryTask Object |
object.LastRow[= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Last source row to copy |
The default is 0, which specifies that all rows are to be copied.
Variant
Read/write
HRESULT GetLastRow(VARIANT *pRetVal);
HRESULT SetLastRow(VARIANT NewValue);