IDTSBulkInsertTask.FirstRow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.