IDTSDesigntimeComponent100.DeleteInput(Int32) Method

Definition

Deletes an IDTSInput100 object from the IDTSInputCollection100 collection.

public:
 void DeleteInput(int lInputID);
[System.Runtime.InteropServices.DispId(24)]
public void DeleteInput (int lInputID);
[<System.Runtime.InteropServices.DispId(24)>]
abstract member DeleteInput : int -> unit
Public Sub DeleteInput (lInputID As Integer)

Parameters

lInputID
Int32

The ID of the IDTSInput100 object to delete.

Attributes

Remarks

Called when an IDTSInput100 object is being deleted from the component's input collection.

Applies to