PipelineComponent.idxOfDataRecordType 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Specifies the type of the data record index.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
Protected Shared Function idxOfDataRecordType ( _
    type As Type _
) As Integer
‘사용 방법
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

매개 변수

반환 값

유형: System.Int32
The type of the data record index.

참고 항목

참조

PipelineComponent 클래스

Microsoft.SqlServer.Dts.Pipeline 네임스페이스