ManagedComponentHost.HostSetOutputColumnDataTypeProperties 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
호스트의 출력 열 데이터 형식 속성을 설정합니다.
public:
virtual void HostSetOutputColumnDataTypeProperties(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int iOutputID, int iOutputColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int iLength, int iPrecision, int iScale, int iCodePage);
public void HostSetOutputColumnDataTypeProperties (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int iOutputID, int iOutputColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int iLength, int iPrecision, int iScale, int iCodePage);
abstract member HostSetOutputColumnDataTypeProperties : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
override this.HostSetOutputColumnDataTypeProperties : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Sub HostSetOutputColumnDataTypeProperties (wrapper As IDTSManagedComponentWrapper100, iOutputID As Integer, iOutputColumnID As Integer, eDataType As DataType, iLength As Integer, iPrecision As Integer, iScale As Integer, iCodePage As Integer)
매개 변수
- wrapper
- IDTSManagedComponentWrapper100
구성 요소 래퍼입니다.
- iOutputID
- Int32
출력 식별자입니다.
- iOutputColumnID
- Int32
출력 열 식별자입니다.
- eDataType
- DataType
데이터 형식입니다.
- iLength
- Int32
길이입니다.
- iPrecision
- Int32
전체 자릿수입니다.
- iScale
- Int32
배율입니다.
- iCodePage
- Int32
코드 페이지입니다.