IDTSBufferManager100.GetColumnInfo(Int32, Int32, DTP_BUFFCOL) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定的缓冲区定义中列的 DTP_BUFFCOL 结构。
public:
void GetColumnInfo(int hBufferType, int hCol, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTP_BUFFCOL % pCol);
[System.Runtime.InteropServices.DispId(122)]
public void GetColumnInfo (int hBufferType, int hCol, out Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTP_BUFFCOL pCol);
[<System.Runtime.InteropServices.DispId(122)>]
abstract member GetColumnInfo : int * int * DTP_BUFFCOL -> unit
Public Sub GetColumnInfo (hBufferType As Integer, hCol As Integer, ByRef pCol As DTP_BUFFCOL)
参数
- hBufferType
- Int32
缓冲区定义的 ID。
- hCol
- Int32
列句柄。
- pCol
- DTP_BUFFCOL
在其中存储列的 DTP_BUFFCOL 的引用参数。
- 属性
注解
此方法检索 DTP_BUFFCOL 指定缓冲区类型定义中参数指定的 hCol
列的结构。 如果未找到缓冲区定义或列,则返回E_INVALIDARG。