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