PipelineComponent.SetOutputColumnDataTypeProperties 메서드

정의

중요

이 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입니다.

eDataType
DataType

열의 DataType입니다.

iLength
Int32

열의 길이입니다.

iPrecision
Int32

열의 총 자릿수입니다.

iScale
Int32

열의 소수 자릿수입니다.

iCodePage
Int32

열의 코드 페이지입니다.

특성

설명

이 메서드는 출력 열의 데이터 형식 속성을 동시에 설정하는 데 사용됩니다. 속성은 메서드의 다른 속성 값에 따라 달라지므로 존재합니다.

적용 대상