IDTSBufferManager100.GetColumnCount(Int32) 方法

定義

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錯誤。

適用於