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


PipelineComponent.DataRecordTypeToBufferType Method

Gets the Integration ServicesDataType that corresponds to a managed type. This method is not CLS-compliant.

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

Синтаксис

'Декларация
<CLSCompliantAttribute(False)> _
Protected Shared Function DataRecordTypeToBufferType ( _
    type As Type _
) As DataType
[CLSCompliantAttribute(false)] 
protected static DataType DataRecordTypeToBufferType (
    Type type
)
[CLSCompliantAttribute(false)] 
protected:
static DataType DataRecordTypeToBufferType (
    Type^ type
)
/** @attribute CLSCompliantAttribute(false) */ 
protected static DataType DataRecordTypeToBufferType (
    Type type
)
CLSCompliantAttribute(false) 
protected static function DataRecordTypeToBufferType (
    type : Type
) : DataType

Параметры

  • type
    A managed type.

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

The Integration ServicesDataType that corresponds to the managed type.

Замечания

This method is used to convert a managed data type to an Integration Services data type.

For more information, see Mapping Data Types in the Data Flow.

ms186951.Caution(ru-ru,SQL.90).gifВнимание!
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.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

PipelineComponent Class
PipelineComponent Members
Microsoft.SqlServer.Dts.Pipeline Namespace