Partager via


Méthode PipelineComponent.idxOfDataRecordType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Specifies the type of the data record index.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Syntaxe

'Déclaration
Protected Shared Function idxOfDataRecordType ( _
    type As Type _
) As Integer
'Utilisation
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

Paramètres

Valeur de retour

Type : System.Int32
The type of the data record index.

Voir aussi

Référence

PipelineComponent Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline