IDTSBufferManager90.GetColumnInfo Method

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

命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

语法

声明
<DispIdAttribute(122)> _
Sub GetColumnInfo ( _
    <InAttribute> hBufferType As Integer, _
    <InAttribute> hCol As Integer, _
    <InAttribute> <OutAttribute> ByRef pCol As DTP_BUFFCOL _
)
[DispIdAttribute(122)] 
void GetColumnInfo (
    [InAttribute] int hBufferType,
    [InAttribute] int hCol,
    [InAttribute] out DTP_BUFFCOL pCol
)
[DispIdAttribute(122)] 
void GetColumnInfo (
    [InAttribute] int hBufferType, 
    [InAttribute] int hCol, 
    [InAttribute] [OutAttribute] DTP_BUFFCOL% pCol
)
/** @attribute DispIdAttribute(122) */ 
void GetColumnInfo (
    /** @attribute InAttribute() */ int hBufferType, 
    /** @attribute InAttribute() */ int hCol, 
    /** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ DTP_BUFFCOL pCol
)
JScript 不支持由引用传递值类型参数。

参数

  • hBufferType
    The ID of the buffer definition.
  • hCol
    The column handle.
  • pCol
    A reference parameter where the DTP_BUFFCOL for the column is stored.

备注

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.

线程安全

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

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