Megosztás:


PipelineComponent.idxOfDataRecordType Method

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

Specifies the type of the data record index.

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
The type of the data record index.

See Also

Reference

PipelineComponent Class

Microsoft.SqlServer.Dts.Pipeline Namespace