Condividi tramite


IDTSBuffer90.GetColumnInfo Method

Gets the DTP_BUFFCOL structure for the specified column in an IDTSBuffer90.

Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintassi

'Dichiarazione
Sub GetColumnInfo ( _
    <InAttribute> hCol As Integer, _
    <InAttribute> <OutAttribute> ByRef pCol As DTP_BUFFCOL _
)
void GetColumnInfo (
    [InAttribute] int hCol,
    [InAttribute] out DTP_BUFFCOL pCol
)
void GetColumnInfo (
    [InAttribute] int hCol, 
    [InAttribute] [OutAttribute] DTP_BUFFCOL% pCol
)
void GetColumnInfo (
    /** @attribute InAttribute() */ int hCol, 
    /** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ DTP_BUFFCOL pCol
)
JScript non supporta il passaggio di argomenti di tipo valore per riferimento.

Parametri

  • hCol
    The column handle.
  • pCol
    An out DTP_BUFFCOL structure.

Osservazioni

This method returns the DTP_BUFFCOL structure for the column in the IDTSBuffer90 specified by the hCol parameter. This structure contains metadata describing the column's data type properties.

Managed component developers do not call this method, but instead use the GetColumnInfo method of the managed PipelineBuffer class.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace