IDTSBuffer100.GetBoundaryInfo(UInt32, UInt32) 메서드

정의

IDTSBuffer100에서 보유할 수 있는 열 수 및 최대 행 수를 가져옵니다.

public:
 void GetBoundaryInfo([Runtime::InteropServices::Out] System::UInt32 % pdwCols, [Runtime::InteropServices::Out] System::UInt32 % pdwMaxRows);
public void GetBoundaryInfo (out uint pdwCols, out uint pdwMaxRows);
abstract member GetBoundaryInfo : uint32 * uint32 -> unit
Public Sub GetBoundaryInfo (ByRef pdwCols As UInteger, ByRef pdwMaxRows As UInteger)

매개 변수

pdwCols
UInt32

IDTSBuffer100의 열 수를 포함하는 out 매개 변수입니다.

pdwMaxRows
UInt32

IDTSBuffer100에 저장할 수 있는 최대 행 수입니다.

설명

이 메서드는 정의된 열의 수와 에 저장할 IDTSBuffer100수 있는 최대 행 수를 가져옵니다.

적용 대상