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

定義

取得指定之緩衝區定義中資料行的 DTP_BUFFCOL 結構。

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

資料行控制代碼。

pCol
DTP_BUFFCOL

儲存資料行之 DTP_BUFFCOL 的參考參數。

屬性

備註

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

適用於