Share via


IDTSBulkInsertTask.BatchSize プロパティ

定義

各バッチの行数を取得します。値の設定も可能です。

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

プロパティ値

各バッチの行数を示す Long です。

注釈

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

適用対象