IDTSDesigntimeComponent100.InsertExternalMetadataColumnAt Method
Inserts a new external metadata column into the collection of external metadata columns at the specified index.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
IDTSExternalMetadataColumn100 InsertExternalMetadataColumnAt( int lID, int lExternalMetadataColumnIndex, string bstrName, string bstrDescription )
Parameters
- lID
- Type: System.Int32
The ID of the IDTSInput100 or IDTSOutput100 with which the external metadata column is associated.
- lExternalMetadataColumnIndex
- Type: System.Int32
The index at which the new external metadata column should be inserted into the collection.
- bstrName
- Type: System.String
The name of the new external metadata column.
- bstrDescription
- Type: System.String
The description of the new external metadata column.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100The newly created IDTSExternalMetadataColumn100.