Поделиться через


Метод PipelineComponent.BufferTypeToDataRecordType

Returns a managed data type based on an Службы Integration Services data type.

Этот API-интерфейс несовместим с CLS. 

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline
Сборка:  Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)

Синтаксис

'Декларация
<CLSCompliantAttribute(False)> _
Protected Shared Function BufferTypeToDataRecordType ( _
    type As DataType _
) As Type
'Применение
Dim type As DataType 
Dim returnValue As Type 

returnValue = PipelineComponent.BufferTypeToDataRecordType(type)
[CLSCompliantAttribute(false)]
protected static Type BufferTypeToDataRecordType(
    DataType type
)
[CLSCompliantAttribute(false)]
protected:
static Type^ BufferTypeToDataRecordType(
    DataType type
)
[<CLSCompliantAttribute(false)>]
static member BufferTypeToDataRecordType : 
        type:DataType -> Type
protected static function BufferTypeToDataRecordType(
    type : DataType
) : Type

Параметры

Возвращаемое значение

Тип: System.Type
The managed type that maps to an Службы Integration Services DataType.

Замечания

This helper function gets the managed type that corresponds to an Службы Integration Services DataType. It is typically used in concert with the ConvertBufferDataTypeToFitManaged method.

For more information, see Работа с типами данных в потоке данных.

ПредупреждениеВнимание!

Developers should use the data type mapping methods of the the PipelineComponent class with caution, and may want to code data type mapping methods of their own that are more suited to the unique needs of their custom components. The existing methods do not consider numeric precision or scale, or other properties closely related to the data type itself. Microsoft may modify or remove these methods, or modify the mappings that they perform, in a future version of Службы Integration Services.

См. также

Справочник

PipelineComponent Класс

Пространство имен Microsoft.SqlServer.Dts.Pipeline