IDTSBulkInsertTask.FirstRow Property

Definition

Gets or sets the first row from which to start copying.

public:
 property long FirstRow { long get(); void set(long value); };
public long FirstRow { get; set; }
member this.FirstRow : int64 with get, set
Public Property FirstRow As Long

Property Value

A Long that indicates the number of the first row to load.

Remarks

For more information, see BulkInsertTask.

Applies to