PipelineComponent.SetOutputColumnDataTypeProperties 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
중요
이 API는 CLS 규격이 아닙니다.
IDTSOutputColumn100 개체의 데이터 형식 속성을 설정합니다.
public:
virtual void SetOutputColumnDataTypeProperties(int iOutputID, int iOutputColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int iLength, int iPrecision, int iScale, int iCodePage);
[System.CLSCompliant(false)]
public virtual void SetOutputColumnDataTypeProperties (int iOutputID, int iOutputColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int iLength, int iPrecision, int iScale, int iCodePage);
[<System.CLSCompliant(false)>]
abstract member SetOutputColumnDataTypeProperties : int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
override this.SetOutputColumnDataTypeProperties : int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Overridable Sub SetOutputColumnDataTypeProperties (iOutputID As Integer, iOutputColumnID As Integer, eDataType As DataType, iLength As Integer, iPrecision As Integer, iScale As Integer, iCodePage As Integer)
매개 변수
- iOutputID
- Int32
IDTSOutput100 개체의 ID입니다.
- iOutputColumnID
- Int32
IDTSOutputColumn100 개체의 ID입니다.
- iLength
- Int32
열의 길이입니다.
- iPrecision
- Int32
열의 총 자릿수입니다.
- iScale
- Int32
열의 소수 자릿수입니다.
- iCodePage
- Int32
열의 코드 페이지입니다.
- 특성
설명
이 메서드는 출력 열의 데이터 형식 속성을 동시에 설정하는 데 사용됩니다. 속성은 메서드의 다른 속성 값에 따라 달라지므로 존재합니다.