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エラーが発生します。

適用対象