次の方法で共有


idxOfDataRecordType メソッド

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

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

構文

'宣言
Protected Shared Function idxOfDataRecordType ( _
    type As Type _
) As Integer
'使用
Dim type As Type
Dim returnValue As Integer

returnValue = PipelineComponent.idxOfDataRecordType(type)
protected static int idxOfDataRecordType(
    Type type
)
protected:
static int idxOfDataRecordType(
    Type^ type
)
static member idxOfDataRecordType : 
        type:Type -> int 
protected static function idxOfDataRecordType(
    type : Type
) : int

パラメーター

戻り値

型: System. . :: . .Int32