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 오류가 발생합니다.

적용 대상