IDTSBulkInsertTask.LastRow 屬性

定義

取得或設定要複製的最後一個資料列號碼。

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

屬性值

Int64

Long,包含要複製之最後一個資料列的編號。

備註

如需詳細資訊,請參閱BulkInsertTask

適用於