언어

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수 있는 최대 행 수를 얻습니다.

적용 대상