Aracılığıyla paylaş


IDTSBufferManager100.GetColumnInfo Yöntemi

Alır DTP_BUFFCOL yapısı için bir sütun belirtilen arabellek tanımı.

Ad Alanı:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Derleme:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)

Sözdizimi

'Bildirim
Sub GetColumnInfo ( _
    hBufferType As Integer, _
    hCol As Integer, _
    <OutAttribute> ByRef pCol As DTP_BUFFCOL _
)
'Kullanım
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
)

Parametreler

  • hBufferType
    Tür: System.Int32
    Arabellek tanımı kimliği.

Açıklamalar

Bu yöntem alır DTP_BUFFCOL tarafından belirtilen sütun için yapı hCol parametresinde belirtilen arabellek türü tanımı.Arabellek definition veya sütun olan bulunamadı, bir E_INVALIDARG döndürdü.