다음을 통해 공유


MainPipeClass.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)

구문

‘선언
Public Overridable Property DefaultBufferMaxRows As Integer 
    Get 
    Set
‘사용 방법
Dim instance As MainPipeClass 
Dim value As Integer 

value = instance.DefaultBufferMaxRows

instance.DefaultBufferMaxRows = value
public virtual int DefaultBufferMaxRows { get; set; }
public:
virtual property int DefaultBufferMaxRows {
    int get ();
    void set (int value);
}
abstract DefaultBufferMaxRows : int with get, set 
override 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.

구현

IDTSPipeline100.DefaultBufferMaxRows

주의

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 데이터 흐름 성능 기능.

참고 항목

참조

MainPipeClass 클래스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스