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メガバイトで、最大100メガバイトです。

この特性およびData Flowタスクのパフォーマンス最適化に使用できる関連する性質についての簡単な説明については、「Data Flow Performance Features」を参照してください。

適用対象