IDTSDesigntimeComponent100.InsertOutput(DTSInsertPlacement, Int32) Method

Definition

Adds a new IDTSOutput100 object.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ InsertOutput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement eInsertPlacement, int lOutputID);
[System.Runtime.InteropServices.DispId(23)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 InsertOutput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement eInsertPlacement, int lOutputID);
[<System.Runtime.InteropServices.DispId(23)>]
abstract member InsertOutput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
Public Function InsertOutput (eInsertPlacement As DTSInsertPlacement, lOutputID As Integer) As IDTSOutput100

Parameters

eInsertPlacement
DTSInsertPlacement

Specifies whether to insert the new IDTSOutput100 object before or after the IDTSOutput100 object specified by lOutputID.

lOutputID
Int32

Specifies an existing IDTSOutput100 object that the new IDTSOutput100 is inserted next to.

Returns

The newly created IDTSOutput100 object.

Attributes

Remarks

This method is called to insert an IDTSOutput100 into the output collection.

Applies to