ManagedComponentHost.HostSetExternalMetadataColumnDataTypeProperties Method

Definition

Sets the external metadata column data type property of the host.

public:
 virtual void HostSetExternalMetadataColumnDataTypeProperties(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int iID, int iExternalMetadataColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int iLength, int iPrecision, int iScale, int iCodePage);
public void HostSetExternalMetadataColumnDataTypeProperties (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int iID, int iExternalMetadataColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int iLength, int iPrecision, int iScale, int iCodePage);
abstract member HostSetExternalMetadataColumnDataTypeProperties : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
override this.HostSetExternalMetadataColumnDataTypeProperties : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Sub HostSetExternalMetadataColumnDataTypeProperties (wrapper As IDTSManagedComponentWrapper100, iID As Integer, iExternalMetadataColumnID As Integer, eDataType As DataType, iLength As Integer, iPrecision As Integer, iScale As Integer, iCodePage As Integer)

Parameters

wrapper
IDTSManagedComponentWrapper100

The component wrapper.

iID
Int32

The identifier.

iExternalMetadataColumnID
Int32

The external metadata column identifier.

eDataType
DataType

The data type.

iLength
Int32

The length.

iPrecision
Int32

The precision.

iScale
Int32

The scale.

iCodePage
Int32

The code page.

Implements

Applies to