PipelineComponent.DataRecordTypeToBufferType(Type) 메서드

정의

중요

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

관리되는 형식에 해당하는 Integration Services DataType 를 가져옵니다.

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

매개 변수

type
Type

관리되는 형식입니다.

반환

관리되는 형식에 해당하는 Integration Services DataType 입니다.

특성

설명

이 메서드는 관리되는 데이터 형식을 Integration Services 데이터 형식으로 변환하는 데 사용됩니다.

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

주의

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

적용 대상