IDTSDesigntimeComponent100.SetExternalMetadataColumnDataTypeProperties 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 data type properties of the specified external metadata column.
public:
void SetExternalMetadataColumnDataTypeProperties(int lID, int lExternalMetadataColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
[System.Runtime.InteropServices.DispId(40)]
public void SetExternalMetadataColumnDataTypeProperties (int lID, int lExternalMetadataColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
[<System.Runtime.InteropServices.DispId(40)>]
abstract member SetExternalMetadataColumnDataTypeProperties : int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Sub SetExternalMetadataColumnDataTypeProperties (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 ID of the IDTSInput100 or IDTSOutput100 with which the external metadata column is associated.
- lExternalMetadataColumnID
- Int32
The ID of the external metadata column.
- lLength
- Int32
The length of the new external metadata column.
- lPrecision
- Int32
The numeric precision of the new external metadata column.
- lScale
- Int32
The numeric scale of the new external metadata column.
- lCodePage
- Int32
The code page of the new external metadata column.
- Attributes