PipelineComponent::SetExternalMetadataColumnDataTypeProperties Method (Int32, Int32, DataType, Int32, Int32, Int32, Int32)
Sets the data type properties of the specified external metadata column.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
public: [CLSCompliantAttribute(false)] virtual void SetExternalMetadataColumnDataTypeProperties( int iID, int iExternalMetadataColumnID, DataType eDataType, int iLength, int iPrecision, int iScale, int iCodePage )
Parameters
- iID
-
Type:
System::Int32
The ID of the IDTSInput100 or IDTSOutput100 that the external metadata column is associated with.
- iExternalMetadataColumnID
-
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.
- iLength
-
Type:
System::Int32
The length of the new external metadata column.
- iPrecision
-
Type:
System::Int32
The numeric precision of the new external metadata column.
- iScale
-
Type:
System::Int32
The numeric scale of the new external metadata column.
- iCodePage
-
Type:
System::Int32
The code page of the new external metadata column.
For more information about working with external metadata columns, see Implementing External Metadata.
Show: