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