IDTSPipeline100.DefaultBufferSize プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
タスクによって作成された IDTSBuffer100 オブジェクトのデフォルトサイズを取得するか設定します。
public:
property int DefaultBufferSize { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(120)]
public 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 Property DefaultBufferSize As Integer
プロパティ値
タスクによって作成された IDTSBuffer100 オブジェクトのデフォルトサイズ(バイト単位)を含む整数です。
- 属性
注釈
このプロパティのデフォルト値は10メガバイトで、最大100メガバイトです。
この特性およびData Flowタスクのパフォーマンス最適化に使用できる関連プロパティの簡単な説明については、Data Flow Taskの「Improving the Performance of the Data Flow Task」のセクションをご覧ください。