PipelineComponent.idxOfDataRecordType Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Specifies the type of the data record index.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline
Ensamblado: Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Sintaxis
'Declaración
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
- type
Tipo: System.Type
The type.
Valor devuelto
Tipo: System.Int32
The type of the data record index.