PipelineComponent.ConvertBufferDataTypeToFitManaged(DataType, Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
중요
이 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
매개 변수
- IsLong
- Boolean
데이터 형식이 long인지 여부를 나타냅니다.
반환
관리되는 형식에 해당하는 Integration Services DataType 입니다.
- 특성
설명
이 메서드는 관리 코드에 적합한 Integration Services 데이터 형식을 검색하는 데 사용됩니다.
자세한 내용은 Data Flow 데이터 형식 작업을 참조하세요.
주의
개발자는 클래스의 PipelineComponent 데이터 형식 매핑 메서드를 주의해서 사용해야 하며, 사용자 지정 구성 요소의 고유한 요구 사항에 더 적합한 자체 데이터 형식 매핑 메서드를 코딩할 수 있습니다. 기존 메서드는 전체 자릿수 또는 소수 자릿수나 데이터 형식 자체와 밀접하게 관련된 그 밖의 속성을 고려하지 않습니다. Microsoft는 이후 버전의 Integration Services에서 이러한 메서드를 수정 또는 제거하거나 이러한 메서드가 수행하는 매핑을 수정할 수 있습니다.