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
参数
- type
类型:System.Type
The type.
返回值
类型:System.Int32
The type of the data record index.