다음을 통해 공유


IDTSBufferManager100.GetColumnCount 메서드

Gets the number of columns in a specified registered buffer type.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Function GetColumnCount ( _
    hBufferType As Integer _
) As UInteger
‘사용 방법
Dim instance As IDTSBufferManager100 
Dim hBufferType As Integer 
Dim returnValue As UInteger 

returnValue = instance.GetColumnCount(hBufferType)
uint GetColumnCount(
    int hBufferType
)
unsigned int GetColumnCount(
    [InAttribute] int hBufferType
)
abstract GetColumnCount : 
        hBufferType:int -> uint32
function GetColumnCount(
    hBufferType : int
) : uint

매개 변수

  • hBufferType
    유형: System.Int32
    The ID of the registered buffer.

반환 값

유형: System.UInt32
An integer that specifies the number of columns defined for the registered IDTSBuffer100 object.

주의

The GetColumnCount method returns the number of columns defined for the IDTSBuffer100 object identified by the hBufferType parameter. If the buffer definition specified by hBufferType does not exist, an E_INVALIDARG error occurs.

참고 항목

참조

IDTSBufferManager100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스