다음을 통해 공유


GetColumnCount 메서드

Gets the number of columns in an IDTSBuffer100.

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

구문

‘선언
Function GetColumnCount As UInteger
‘사용 방법
Dim instance As IDTSBuffer100
Dim returnValue As UInteger

returnValue = instance.GetColumnCount()
uint GetColumnCount()
unsigned int GetColumnCount()
abstract GetColumnCount : unit -> uint32 
function GetColumnCount() : uint

반환 값

형식: System. . :: . .UInt32
An unsigned integer that contains the number of columns in the IDTSBuffer100.

주의

This method returns the number of columns contained in the IDTSBuffer100. If the buffer was created using the CreateFlatBuffer method, the method fails and a DTS_E_BUFFERISFLAT exception is thrown.