DTSBufferManagerClass.GetColumnCount(Int32) メソッド

定義

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

戻り値

登録済みの IDTSBuffer100 オブジェクトに対して定義されている列の数を指定する整数型 ( Integer ) の値を指定します。

実装

注釈

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

適用対象