IDTSPipeline100.DefaultBufferMaxRows プロパティ

定義

タスクが IDTSBuffer100 バッファ内で許可する最大行数を取得したり設定したりします。

public:
 property int DefaultBufferMaxRows { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(117)]
public int DefaultBufferMaxRows { [System.Runtime.InteropServices.DispId(117)] get; [System.Runtime.InteropServices.DispId(117)] set; }
[<System.Runtime.InteropServices.DispId(117)>]
[<get: System.Runtime.InteropServices.DispId(117)>]
[<set: System.Runtime.InteropServices.DispId(117)>]
member this.DefaultBufferMaxRows : int with get, set
Public Property DefaultBufferMaxRows As Integer

プロパティ値

タスクによって作成された IDTSBuffer100 オブジェクトに含まれる最大行数を指定する整数です。

属性

注釈

このプロパティのデフォルト値は10,000行です。

この特性およびData Flowタスクのパフォーマンス最適化に使用できる関連プロパティの簡単な説明については、Data Flow Taskの「Improving the Performance of the Data Flow Task」のセクションをご覧ください。

適用対象