IDTSDesigntimeComponent100.InsertOutput Method
Adds a new IDTSOutput100 object.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
IDTSOutput100 InsertOutput(
DTSInsertPlacement eInsertPlacement,
int lOutputID
)
Parameters
- eInsertPlacement
- Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement
Specifies whether to insert the new IDTSOutput100 object before or after the IDTSOutput100 object specified by outputID.
- lOutputID
- Type: System.Int32
Specifies an existing IDTSOutput100 object that the new IDTSOutput100 is inserted next to.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100The newly created IDTSOutput100 object.
This method is called to insert an IDTSOutput100 into the output collection.