FirstRow Property (DTS)

The FirstRow property specifies the first source row to copy.

Applies To
BulkInsertTask Object DataPumpTask Object
DataDrivenQueryTask 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

Remarks

The default is 1, which specifies the first row.

Data Type

Variant

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFirstRow(VARIANT *pRetVal);

HRESULT SetFirstRow(VARIANT NewValue);

See Also

LastRow Property

  


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