言語

IDTSBulkInsertTask.FirstRow プロパティ

定義

コピーを開始する最初の行を取得するか設定します。

public:
 property long FirstRow { long get(); void set(long value); };
public long FirstRow { get; set; }
member this.FirstRow : int64 with get, set
Public Property FirstRow As Long

プロパティ値

最初の行の番号を示すロングです。

注釈

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

適用対象