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

定義

public:
 void GetColumnInfo(int hCol, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTP_BUFFCOL % pCol);
public void GetColumnInfo (int hCol, out Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTP_BUFFCOL pCol);
abstract member GetColumnInfo : int * DTP_BUFFCOL -> unit
Public Sub GetColumnInfo (hCol As Integer, ByRef pCol As DTP_BUFFCOL)

パラメーター

hCol
Int32

注釈

このメソッドは、 パラメーターで指定された IDTSBuffer100 内の列のDTP_BUFFCOL構造体を hCol 返します。 この構造体には、列のデータ型プロパティを記述しているメタデータが含まれます。

適用対象