IDTSBufferManager100.GetColumnCount(Int32) 메서드

정의

public:
 System::UInt32 GetColumnCount(int hBufferType);
[System.Runtime.InteropServices.DispId(123)]
public uint GetColumnCount(int hBufferType);
[<System.Runtime.InteropServices.DispId(123)>]
abstract member GetColumnCount : int -> uint32
Public Function GetColumnCount (hBufferType As Integer) As UInteger

매개 변수

hBufferType
Int32

반품

등록된 IDTSBuffer100 객체에 정의된 열 수를 지정하는 정수입니다.

특성

설명

GetColumnCount 메서드는 매개변수로 hBufferType 식별된 IDTSBuffer100 객체에 정의된 열 수를 반환합니다. hBufferType에서 지정한 버퍼 정의가 존재하지 않으면 E_INVALIDARG 오류가 발생합니다.

적용 대상