DTSBufferManagerClass.GetColumnCount(Int32) 方法

定義

public:
 virtual System::UInt32 GetColumnCount(int hBufferType) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBufferManager100::GetColumnCount;
public virtual uint GetColumnCount(int hBufferType);
abstract member GetColumnCount : int -> uint32
override this.GetColumnCount : int -> uint32
Public Overridable Function GetColumnCount (hBufferType As Integer) As UInteger

參數

hBufferType
Int32

傳回

一個整 ,指定註冊 IDTSBuffer100 物件所定義的欄位數量。

實作

備註

GetColumnCount 方法回傳由參數識別 hBufferType 的 IDTSBuffer100 物件所定義的欄位數。 若不存在由 指定的 hBufferType 緩衝區定義,則會發生E_INVALIDARG錯誤。

適用於