PipelineComponent::DeleteInput Method (Int32)
Deletes an IDTSInput100 object from the IDTSInputCollection100 collection.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Parameters
- inputID
-
Type:
System::Int32
The ID of the input object to delete.
The base class implementation of DeleteInput deletes the IDTSInput100 object from the IDTSInputCollection100 collection. To prevent the deletion of IDTSInput100 objects from your component, override this method and throw an exception.
Show: