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

実装

注釈

このメソッドは、指定されたバッファ型定義のhColパラメータで指定された列のDTP_BUFFCOL構造を取得します。 バッファの定義や列が見つからない場合、E_INVALIDARGエラーが発生します。

適用対象