다음을 통해 공유


IDTSPipeline100.DefaultBufferSize 속성

Gets or sets the default size of the IDTSBuffer100 objects created by the task.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Property DefaultBufferSize As Integer 
    Get 
    Set
‘사용 방법
Dim instance As IDTSPipeline100 
Dim value As Integer 

value = instance.DefaultBufferSize

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

속성 값

유형: System.Int32
An integer that contains the default size, in bytes, of the IDTSBuffer100 objects created by the task.

주의

The default value of this property is 10 megabytes, with a maximum of 100 megabytes.

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 데이터 흐름 태스크.

참고 항목

참조

IDTSPipeline100 인터페이스

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