Compartilhar via


Método PipelineComponent.idxOfDataRecordType

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Specifies the type of the data record index.

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

Sintaxe

'Declaração
Protected Shared Function idxOfDataRecordType ( _
    type As Type _
) As Integer
'Uso
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

Parâmetros

Valor de retorno

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

Consulte também

Referência

PipelineComponent Classe

Namespace Microsoft.SqlServer.Dts.Pipeline