Metodo PipelineComponent.idxOfDataRecordType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies the type of the data record index.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Sintassi

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

Parametri

Valore restituito

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

Vedere anche

Riferimento

PipelineComponent Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline