Share via


IDTSBulkInsertTask.FirstRow Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly:  Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)

Syntax

'Declaration
Property FirstRow As Long
    Get
    Set
'Usage
Dim instance As IDTSBulkInsertTask
Dim value As Long

value = instance.FirstRow

instance.FirstRow = value
long FirstRow { get; set; }
property long long FirstRow {
    long long get ();
    void set (long long value);
}
abstract FirstRow : int64 with get, set
function get FirstRow () : long
function set FirstRow (value : long)

Property Value

Type: System.Int64