IDTSDesigntimeComponent100.InsertOutputColumnAt Method
Creates a new IDTSOutputColumn100 object and inserts it into the IDTSOutputColumnCollection100.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
IDTSOutputColumn100 InsertOutputColumnAt( int lOutputID, int lOutputColumnIndex, string bstrName, string bstrDescription )
Parameters
- lOutputID
- Type: System.Int32
Specifies the IDTSOutput100 to add the column to.
- lOutputColumnIndex
- Type: System.Int32
Specifies the location in the IDTSOutputColumnCollection100 to insert the new IDTSOutputColumn100.
- bstrName
- Type: System.String
Specifies the value assigned to the Name property of the new IDTSOutputColumn100.
- bstrDescription
- Type: System.String
Specifies the value assigned to the Description property of the new IDTSOutputColumn100.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100The newly created IDTSOutputColumn100 object.
This method creates a new IDTSOutputColumn100 object in the IDTSOutputColumnCollection100 specified by the outputColumnIndex parameter.