IDTSManagedComponentWrapper100.WrapperSetOutputColumnDataTypeProperties 메서드

정의

출력 열 데이터 형식 속성을 설정합니다.

public:
 void WrapperSetOutputColumnDataTypeProperties(int lOutputID, int lOutputColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
public void WrapperSetOutputColumnDataTypeProperties (int lOutputID, int lOutputColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
abstract member WrapperSetOutputColumnDataTypeProperties : int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Sub WrapperSetOutputColumnDataTypeProperties (lOutputID As Integer, lOutputColumnID As Integer, eDataType As DataType, lLength As Integer, lPrecision As Integer, lScale As Integer, lCodePage As Integer)

매개 변수

lOutputID
Int32

출력 식별자입니다.

lOutputColumnID
Int32

출력 열 식별자입니다.

eDataType
DataType

데이터 형식입니다.

lLength
Int32

길이입니다.

lPrecision
Int32

전체 자릿수입니다.

lScale
Int32

배율입니다.

lCodePage
Int32

코드 페이지입니다.

적용 대상