IDTSManagedComponentHost100.HostSetOutputColumnDataTypeProperties 메서드

정의

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

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

매개 변수

pWrapper
IDTSManagedComponentWrapper100

사용되는 래퍼입니다.

lOutputID
Int32

출력 식별자입니다.

lOutputColumnID
Int32

출력 열 식별자입니다.

eDataType
DataType

데이터 형식입니다.

lLength
Int32

길이입니다.

lPrecision
Int32

전체 자릿수입니다.

lScale
Int32

배율입니다.

lCodePage
Int32

코드 페이지입니다.

적용 대상