IDTSManagedComponentWrapper100.WrapperSetExternalMetadataColumnDataTypeProperties Method

Definition

Sets an external metadata column datatype properties for the wrapper.

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

Parameters

lID
Int32

The identifier.

lExternalMetadataColumnID
Int32

The external metadata column identifier.

eDataType
DataType

The datatype.

lLength
Int32

The length.

lPrecision
Int32

The precision.

lScale
Int32

The scale.

lCodePage
Int32

The code page.

Applies to