idxOfDataRecordType 方法

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  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