MainPipeClass.DefaultBufferSize プロパティ

定義

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

プロパティ値

タスクによって作成される IDTSBuffer100 オブジェクトの既定のサイズ (バイト単位) です。

実装

属性

注釈

このプロパティの既定値は 10 MB です。最大値は 100 MB です。

このプロパティと、Data Flow タスクのパフォーマンスを最適化するために使用できる関連プロパティの簡単な説明については、「Data Flowパフォーマンス機能」を参照してください。

適用対象