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

定義

public:
 virtual void GetColumnInfo(int hBufferType, int hCol, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTP_BUFFCOL % pCol) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSBufferManager100::GetColumnInfo;
public virtual void GetColumnInfo(int hBufferType, int hCol, out Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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

實作

備註

此方法會 DTP_BUFFCOL 取得由 hCol 指定緩衝區類型定義中參數指定的欄位結構。 若未找到緩衝區定義或欄位,則會發生E_INVALIDARG錯誤。

適用於