CManagedComponentWrapperClass.DeleteInput(Int32) Method

Definition

Deletes an IDTSInput100 object from the IDTSInputCollection100 collection.

public:
 virtual void DeleteInput(int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::DeleteInput;
[System.Runtime.InteropServices.DispId(24)]
public virtual void DeleteInput (int lInputID);
[<System.Runtime.InteropServices.DispId(24)>]
abstract member DeleteInput : int -> unit
override this.DeleteInput : int -> unit
Public Overridable Sub DeleteInput (lInputID As Integer)

Parameters

lInputID
Int32

The ID of the IDTSInput100 object to delete.

Implements

Attributes

Remarks

Call this method to delete an IDTSInput100 from the component.

Applies to