IDTSBulkInsertTask.LastRow 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要複製的最後一個資料列號碼。
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
屬性值
Long,包含要複製之最後一個資料列的編號。
備註
如需詳細資訊,請參閱BulkInsertTask。