PipelineComponent::InsertOutput Method (DTSInsertPlacement, Int32)
Adds a new IDTSOutput100 object
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
public: [CLSCompliantAttribute(false)] virtual IDTSOutput100^ InsertOutput( DTSInsertPlacement insertPlacement, int outputID )
Parameters
- insertPlacement
-
Type:
Microsoft.SqlServer.Dts.Pipeline.Wrapper::DTSInsertPlacement
Specifies whether to insert the new IDTSOutput100 object before or after the IDTSOutput100 object specified by outputID.
- outputID
-
Type:
System::Int32
Specifies an existing IDTSOutput100 object that the new IDTSOutput100 is inserted next to.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper::IDTSOutput100^The newly created IDTSInput100 object
This method inserts a new IDTSOutput100 object before or after the specified input object specified by the outputID parameter during the NewAt method.
If outputID equals zero, the new IDTSOutput100 object is added at the start of the collection.
Show: