The FirstRow property specifies the first source row to copy.
BulkInsertTask Object | DataPumpTask Object |
DataDrivenQueryTask Object |
object.FirstRow[= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | First source row to copy |
The default is 1, which specifies the first row.
Variant
Read/write
HRESULT GetFirstRow(VARIANT *pRetVal);
HRESULT SetFirstRow(VARIANT NewValue);