DTSBufferManagerClass.GetColumnInfo(Int32, Int32, DTP_BUFFCOL) Metode

Definisi

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

Parameter

hBufferType
Int32
hCol
Int32

Penerapan

Keterangan

Metode ini mengambil struktur DTP_BUFFCOL untuk kolom yang ditentukan oleh hCol parameter dalam definisi jenis buffer yang ditentukan. Jika definisi buffer atau kolom tidak ditemukan, kesalahan E_INVALIDARG terjadi.

Berlaku untuk