PipelineComponent.idxOfDataRecordType Method

This API supports the infrastructure and is not intended to be used directly from your code.

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

Parameters

Return Value

Type: System.Int32