This topic has not yet been rated - Rate this topic

IDTSDesigntimeComponent100.SetExternalMetadataColumnDataTypeProperties Method

Sets the data type properties of the specified external metadata column.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
void SetExternalMetadataColumnDataTypeProperties(
	int lID,
	int lExternalMetadataColumnID,
	DataType eDataType,
	int lLength,
	int lPrecision,
	int lScale,
	int lCodePage
)

Parameters

lID
Type: System.Int32
The ID of the IDTSInput100 or IDTSOutput100 with which the external metadata column is associated.
lExternalMetadataColumnID
Type: System.Int32
The ID of the external metadata column.
eDataType
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
A DataType that contains the data type of the new external metadata column.
lLength
Type: System.Int32
The length of the new external metadata column.
lPrecision
Type: System.Int32
The numeric precision of the new external metadata column.
lScale
Type: System.Int32
The numeric scale of the new external metadata column.
lCodePage
Type: System.Int32
The code page of the new external metadata column.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ