IDTSDesigntimeComponent100.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.
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
- Attributes
Remarks
Called when an IDTSInput100 object is being deleted from the component's input collection.