다음을 통해 공유


PipelineComponent.BufferTypeToDataRecordType Method

Returns a managed data type based on an Integration Services data type. This method is not CLS-compliant.

네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

구문

‘선언
<CLSCompliantAttribute(False)> _
Protected Shared Function BufferTypeToDataRecordType ( _
    type As DataType _
) As Type
[CLSCompliantAttribute(false)] 
protected static Type BufferTypeToDataRecordType (
    DataType type
)
[CLSCompliantAttribute(false)] 
protected:
static Type^ BufferTypeToDataRecordType (
    DataType type
)
/** @attribute CLSCompliantAttribute(false) */ 
protected static Type BufferTypeToDataRecordType (
    DataType type
)
CLSCompliantAttribute(false) 
protected static function BufferTypeToDataRecordType (
    type : DataType
) : Type

매개 변수

  • type
    A value from the DataType enumeration.

반환 값

The managed type that maps to an Integration ServicesDataType.

주의

This helper function gets the managed type that corresponds to an Integration ServicesDataType. It is typically used in concert with the ConvertBufferDataTypeToFitManaged method.

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

ms186938.Caution(ko-kr,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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

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