PipelineComponent.DeleteInput(Int32) Method

Definition

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.

Applies to