PipelineComponent.DeleteInput(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.
Deletes an IDTSInput100 object from the IDTSInputCollection100 collection.
public:
virtual void DeleteInput(int inputID);
public virtual void DeleteInput (int inputID);
abstract member DeleteInput : int -> unit
override this.DeleteInput : int -> unit
Public Overridable Sub DeleteInput (inputID As Integer)
Parameters
- inputID
- Int32
The ID of the input object to delete.
Remarks
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.