DTSBufferManagerClass.GetColumnCount(Int32) メソッド

定義

指定した登録バッファーの種類の列数を取得します。

public:
 virtual System::UInt32 GetColumnCount(int hBufferType) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::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

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

戻り値

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

実装

注釈

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

適用対象