This topic has not yet been rated - Rate this topic

IDTSDesigntimeComponent100.InsertOutput Method

Adds a new IDTSOutput100 object.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
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.

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

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ