IDTSBulkInsertTask.LastRow Property

Definition

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.

Applies to