FirstRow Property

DTS Programming

DTS Programming
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