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

プロパティ値

最後にコピーする行の番号を含むロングです。

注釈

詳細については、BulkInsertTaskを参照してください。

適用対象