Partager via


Méthode CManagedComponentWrapperClass.DeleteInput

Deletes an IDTSInput100 object from the IDTSInputCollection100 collection.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Public Overridable Sub DeleteInput ( _
    lInputID As Integer _
)
'Utilisation
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
)

Paramètres

Implémente

IDTSDesigntimeComponent100.DeleteInput(Int32)

Notes

Call this method to delete an IDTSInput100 from the component.

Voir aussi

Référence

CManagedComponentWrapperClass Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper