DTSBufferManagerClass.GetColumnCount(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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錯誤。