IDTSBufferManager100.GetColumnInfo(Int32, Int32, DTP_BUFFCOL) 方法

定義

public:
 void GetColumnInfo(int hBufferType, int hCol, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTP_BUFFCOL % pCol);
[System.Runtime.InteropServices.DispId(122)]
public void GetColumnInfo (int hBufferType, int hCol, out Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.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
hCol
Int32
屬性

備註

這個方法會針對DTP_BUFFCOL hCol 指定之緩衝區類型定義中的參數所指定的資料行,抓取 DTP_BUFFCOL 結構。 如果找不到緩衝區定義或資料行,則會傳回 E_INVALIDARG。

適用於