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

登録されたバッファーの ID です。

戻り値

登録された IDTSBuffer100 オブジェクトに対して定義されている列数を指定する整数です。

属性

注釈

GetColumnCount メソッドは、hBufferType パラメーターによって識別された IDTSBuffer100 オブジェクトに対して定義されている列の数を返します。 hBufferType で指定したバッファー定義が存在しない場合は、E_INVALIDARG エラーが発生します。

適用対象