次の方法で共有


IDTSBufferManager100.GetColumnCount メソッド

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

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Function GetColumnCount ( _
    hBufferType As Integer _
) As UInteger
'使用
Dim instance As IDTSBufferManager100 
Dim hBufferType As Integer 
Dim returnValue As UInteger 

returnValue = instance.GetColumnCount(hBufferType)
uint GetColumnCount(
    int hBufferType
)
unsigned int GetColumnCount(
    [InAttribute] int hBufferType
)
abstract GetColumnCount : 
        hBufferType:int -> uint32
function GetColumnCount(
    hBufferType : int
) : uint

パラメーター

  • hBufferType
    型: System.Int32
    登録されたバッファーの ID です。

戻り値

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

説明

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

関連項目

参照

IDTSBufferManager100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間