DTS Programming

FirstRow Property

The FirstRow property specifies the first source row to copy.

Applies To
BulkInsertTask Object DataPumpTask Object
DataDrivenQueryTask Object DataPumpTask2 Object
DataDrivenQueryTask2 Object TransformationSet Object

Syntax

object.FirstRow[= value]

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

Data Type

Variant

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFirstRow(VARIANT *pRetVal);

HRESULT SetFirstRow(VARIANT NewValue);

Remarks

The default is 1, which specifies the first row.

See Also

LastRow Property