IDTSPipeline100.DefaultBufferSize 속성

정의

태스크에서 만드는 IDTSBuffer100 개체의 기본 크기를 가져오거나 설정합니다.

public:
 property int DefaultBufferSize { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(120)]
public 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 Property DefaultBufferSize As Integer

속성 값

태스크에서 만든 개체의 기본 크기(바이트) IDTSBuffer100 를 포함하는 정수입니다.

특성

설명

이 속성의 기본값은 10MB이며 최대 100MB입니다.

Data Flow 작업의 성능을 최적화하는 데 사용할 수 있는 이 속성 및 관련 속성에 대한 간략한 설명은 Data Flow Task의 "Data Flow 작업의 성능 향상" 섹션을 참조하세요.

적용 대상