Freigeben über


idxOfDataRecordType-Methode

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

'Declaration
Protected Shared Function idxOfDataRecordType ( _
    type As Type _
) As Integer
'Usage
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

Parameter

Rückgabewert

Typ: System. . :: . .Int32