IDTSManagedComponentHost100.HostSetOutputColumnDataTypeProperties Method

Definition

Sets the host output column data type properties.

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)

Parameters

pWrapper
IDTSManagedComponentWrapper100

The wrapper used.

lOutputID
Int32

The output identifier.

lOutputColumnID
Int32

The output column identifier.

eDataType
DataType

The datatype.

lLength
Int32

The length.

lPrecision
Int32

The precision.

lScale
Int32

The scale.

lCodePage
Int32

The codepage.

Applies to