Share via


IDTSBuffer90.GetColumnInfo Method

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

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

Syntax

'Declaration
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
)
Von JScript werden keine passiven Werttypargumente zur Referenz unterstützt.

Parameter

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

Hinweise

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.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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