IDTSBufferManager100.GetColumnCount(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
System::UInt32 GetColumnCount(int hBufferType);
[System.Runtime.InteropServices.DispId(123)]
public uint GetColumnCount(int hBufferType);
[<System.Runtime.InteropServices.DispId(123)>]
abstract member GetColumnCount : int -> uint32
Public Function GetColumnCount (hBufferType As Integer) As UInteger
參數
- hBufferType
- Int32
傳回
一個整數,用來指定註冊的 IDTSBuffer100 物件所定義的欄位數量。
- 屬性
備註
GetColumnCount 方法回傳由參數識別 hBufferType 的 IDTSBuffer100 物件所定義的欄位數。 若 hBufferType 指定的緩衝區定義不存在,則會發生 E_INVALIDARG 錯誤。