DTSBufferManagerClass.GetColumnInfo(Int32, Int32, DTP_BUFFCOL) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
virtual void GetColumnInfo(int hBufferType, int hCol, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTP_BUFFCOL % pCol) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBufferManager100::GetColumnInfo;
public virtual void GetColumnInfo(int hBufferType, int hCol, out Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTP_BUFFCOL pCol);
abstract member GetColumnInfo : int * int * DTP_BUFFCOL -> unit
override this.GetColumnInfo : int * int * DTP_BUFFCOL -> unit
Public Overridable Sub GetColumnInfo (hBufferType As Integer, hCol As Integer, ByRef pCol As DTP_BUFFCOL)
参数
- hBufferType
- Int32
- hCol
- Int32
- pCol
- DTP_BUFFCOL
实现
注解
该方法检索到指定缓冲类型定义中参数 hCol 指定的列的DTP_BUFFCOL结构。 如果找不到缓冲区定义或列,则会出现E_INVALIDARG错误。