DefaultBufferMaxRows 屬性

Gets or sets the maximum number of rows the task allows in an IDTSBuffer100 buffer.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Property DefaultBufferMaxRows As Integer
    Get
    Set
'用途
Dim instance As IDTSPipeline100
Dim value As Integer

value = instance.DefaultBufferMaxRows

instance.DefaultBufferMaxRows = value
int DefaultBufferMaxRows { get; set; }
property int DefaultBufferMaxRows {
    int get ();
    void set (int value);
}
abstract DefaultBufferMaxRows : int with get, set
function get DefaultBufferMaxRows () : int
function set DefaultBufferMaxRows (value : int)

屬性值

型別:System. . :: . .Int32
An integer that specifies the maximum number of rows contained in the IDTSBuffer100 objects created by the task.

備註

The default value of this property is 10,000 rows.

For a brief discussion of this property and related properties that can be used to optimize the performance of the Data Flow task, see the section "Improving the Performance of the Data Flow Task" in 資料流程工作.