IDTSBulkInsertTask.LastRow 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 number of the last row to copy.
public:
property long LastRow { long get(); void set(long value); };
public long LastRow { get; set; }
member this.LastRow : int64 with get, set
Public Property LastRow As Long
Property Value
A Long that contains the number of the last row to copy.
Remarks
For more information, see BulkInsertTask.