MainPipeClass.DefaultBufferMaxRows 屬性

定義

public:
 virtual property int DefaultBufferMaxRows { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(117)]
public virtual int DefaultBufferMaxRows { [System.Runtime.InteropServices.DispId(117)] get; [System.Runtime.InteropServices.DispId(117)] set; }
[<System.Runtime.InteropServices.DispId(117)>]
[<get: System.Runtime.InteropServices.DispId(117)>]
[<set: System.Runtime.InteropServices.DispId(117)>]
member this.DefaultBufferMaxRows : int with get, set
Public Overridable Property DefaultBufferMaxRows As Integer

屬性值

Int32

整數,指定工作所建立之物件中包含的最大資料列數 IDTSBuffer100

實作

屬性

備註

這個屬性的預設值為10000個數據列。

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

適用於