PipelineComponent.BufferTypeToDataRecordType(DataType) 메서드

정의

중요

이 API는 CLS 규격이 아닙니다.

Integration Services 데이터 형식을 기반으로 관리되는 데이터 형식을 반환합니다.

protected:
 static Type ^ BufferTypeToDataRecordType(Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType type);
[System.CLSCompliant(false)]
protected static Type BufferTypeToDataRecordType (Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType type);
[<System.CLSCompliant(false)>]
static member BufferTypeToDataRecordType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType -> Type
Protected Shared Function BufferTypeToDataRecordType (type As DataType) As Type

매개 변수

type
DataType

DataType 열거형의 값입니다.

반환

Integration Services 에 매핑되는 관리되는 형식입니다 DataType.

특성

설명

이 도우미 함수는 Integration Services 에 해당하는 관리되는 형식을 가져옵니다 DataType. 일반적으로 메서드와 함께 ConvertBufferDataTypeToFitManaged 사용됩니다.

자세한 내용은 Data Flow 데이터 형식 작업을 참조하세요.

주의

개발자는 클래스의 PipelineComponent 데이터 형식 매핑 메서드를 신중하게 사용해야 하며 사용자 지정 구성 요소의 고유한 요구 사항에 더 적합한 자체 데이터 형식 매핑 메서드를 코딩할 수 있습니다. 기존 메서드는 전체 자릿수 또는 소수 자릿수나 데이터 형식 자체와 밀접하게 관련된 그 밖의 속성을 고려하지 않습니다. Microsoft는 이후 버전의 Integration Services에서 이러한 메서드를 수정 또는 제거하거나 이러한 메서드가 수행하는 매핑을 수정할 수 있습니다.

적용 대상