Метод 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.