PipelineComponent::DeleteOutput Method (Int32)
Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Parameters
- outputID
-
Type:
System::Int32
The ID of the IDTSOutput100 object to delete.
The base class implementation of DeleteOutput deletes the IDTSOutput100 object specified by the outputID parameter from the IDTSOutputCollection100. To prevent the deletion of IDTSOutput100 objects from your component, override this method and throw an exception in your method implementation.
Show: