Share via


CManagedComponentWrapperClass.DeleteInput Method

Deletes an IDTSInput100 object from the IDTSInputCollection100 collection.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Public Overridable Sub DeleteInput ( _
    lInputID As Integer _
)
'Usage
Dim instance As CManagedComponentWrapperClass
Dim lInputID As Integer

instance.DeleteInput(lInputID)
public virtual void DeleteInput(
    int lInputID
)
public:
virtual void DeleteInput(
    [InAttribute] int lInputID
)
abstract DeleteInput : 
        lInputID:int -> unit 
override DeleteInput : 
        lInputID:int -> unit 
public function DeleteInput(
    lInputID : int
)

Parameters

Implements

IDTSDesigntimeComponent100.DeleteInput(Int32)

Remarks

Call this method to delete an IDTSInput100 from the component.