次の方法で共有


DTSBufferManagerClass.GetColumnInfo(Int32, Int32, DTP_BUFFCOL) メソッド

定義

指定したバッファー定義内の列の DTP_BUFFCOL 構造体を取得します。

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

バッファー定義の ID です。

hCol
Int32

列ハンドルです。

pCol
DTP_BUFFCOL

列の DTP_BUFFCOL が格納されている参照パラメーターです。

実装

注釈

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

適用対象