Partager via


Méthode Remove

Removes an EventInfo object from the EventInfos collection.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Sub Remove ( _
    index As Object _
)
'Utilisation
Dim instance As EventInfos
Dim index As Object

instance.Remove(index)
public void Remove(
    Object index
)
public:
void Remove(
    Object^ index
)
member Remove : 
        index:Object -> unit 
public function Remove(
    index : Object
)

Paramètres