IDTSPipeline100.DefaultBufferSize 屬性

定義

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

屬性值

Int32

整數,其中包含工作所建立之物件的預設大小(以位元組為單位) IDTSBuffer100

屬性

備註

這個屬性的預設值是 10 mb,最大值為 100 mb。

如需這個屬性的簡短討論,以及可用來優化「資料流程」工作效能的相關屬性,請參閱 「資料流程」工作中的「提升資料流程工作的效能」一節。

適用於