IDTSPipeline100.DefaultBufferSize プロパティ

定義

タスクによって作成された 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」のセクションをご覧ください。

適用対象