IDTSManagedComponentHost100.HostSetExternalMetadataColumnDataTypeProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the host external metadata column data type properties.
public:
void HostSetExternalMetadataColumnDataTypeProperties(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lID, int lExternalMetadataColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
public void HostSetExternalMetadataColumnDataTypeProperties (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lID, int lExternalMetadataColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
abstract member HostSetExternalMetadataColumnDataTypeProperties : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Sub HostSetExternalMetadataColumnDataTypeProperties (pWrapper As IDTSManagedComponentWrapper100, lID As Integer, lExternalMetadataColumnID As Integer, eDataType As DataType, lLength As Integer, lPrecision As Integer, lScale As Integer, lCodePage As Integer)
Parameters
- pWrapper
- IDTSManagedComponentWrapper100
The wrapper used.
- 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.