LastRow Property (DTS)

The LastRow property specifies the last source row to copy.

Applies To
BulkInsertTask Object DataPumpTask Object
DataDrivenQueryTask Object  

Syntax

object.LastRow[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Last source row to copy

Remarks

The default is 0, which specifies that all rows are to be copied.

Data Type

Variant

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetLastRow(VARIANT *pRetVal);

HRESULT SetLastRow(VARIANT NewValue);

See Also

FirstRow Property

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.