IDTSPipeline100.DefaultBufferMaxRows 속성

정의

작업이 허용하는 최대 행 수를 버퍼에서 IDTSBuffer100 얻거나 설정합니다.

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

속성 값

작업에서 생성된 객체에 IDTSBuffer100 포함된 최대 행 수를 나타내는 정수입니다.

특성

설명

이 특성의 기본 값은 10,000행입니다.

이 속성과 Data Flow 작업의 성능을 최적화하는 데 사용할 수 있는 관련 속성에 대한 간단한 논의는 Data Flow Task의 "Improving the Performance of the Data Flow Task" 섹션을 참조하세요.

적용 대상