다음을 통해 공유


IDTSBufferManager100.GetColumnInfo 메서드

Gets the DTP_BUFFCOL structure for a column in a specified buffer definition.

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

구문

‘선언
Sub GetColumnInfo ( _
    hBufferType As Integer, _
    hCol As Integer, _
    <OutAttribute> ByRef pCol As DTP_BUFFCOL _
)
‘사용 방법
Dim instance As IDTSBufferManager100 
Dim hBufferType As Integer 
Dim hCol As Integer 
Dim pCol As DTP_BUFFCOL

instance.GetColumnInfo(hBufferType, hCol, _
    pCol)
void GetColumnInfo(
    int hBufferType,
    int hCol,
    out DTP_BUFFCOL pCol
)
void GetColumnInfo(
    [InAttribute] int hBufferType, 
    [InAttribute] int hCol, 
    [InAttribute] [OutAttribute] DTP_BUFFCOL% pCol
)
abstract GetColumnInfo : 
        hBufferType:int * 
        hCol:int * 
        pCol:DTP_BUFFCOL byref -> unit
function GetColumnInfo(
    hBufferType : int, 
    hCol : int, 
    pCol : DTP_BUFFCOL
)

매개 변수

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

주의

This method retrieves the DTP_BUFFCOL structure for the column specified by the hCol parameter in the specified buffer type definition. If the buffer definition or the column is not found, an E_INVALIDARG is returned.

참고 항목

참조

IDTSBufferManager100 인터페이스

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