IDTSDesigntimeComponent100.InsertOutput(DTSInsertPlacement, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.