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 네임스페이스