PipelineComponent.ConvertBufferDataTypeToFitManaged(DataType, Boolean) 메서드

정의

중요

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

관리 코드에서 적절한 Integration Services를 DataType 가져옵니다.

protected:
 static Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType ConvertBufferDataTypeToFitManaged(Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType dt, bool % IsLong);
[System.CLSCompliant(false)]
protected static Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType ConvertBufferDataTypeToFitManaged (Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType dt, ref bool IsLong);
[<System.CLSCompliant(false)>]
static member ConvertBufferDataTypeToFitManaged : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
Protected Shared Function ConvertBufferDataTypeToFitManaged (dt As DataType, ByRef IsLong As Boolean) As DataType

매개 변수

dt
DataType

The Integration ServicesDataType

IsLong
Boolean

데이터 형식이 long인지 여부를 나타냅니다.

반환

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

특성

설명

이 메서드는 관리 코드에 적합한 Integration Services 데이터 형식을 검색하는 데 사용됩니다.

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

주의

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

적용 대상