MainPipeClass.DefaultBufferSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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。
如需這個屬性的簡短討論,以及可以用來優化「資料流程」工作效能的相關屬性,請參閱 資料流程效能功能。