Condividi tramite


Metodo SqlAssemblyEventSet.Remove

Removes an event from the event set.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function Remove ( _
    anEvent As SqlAssemblyEvent _
) As SqlAssemblyEventSet
'Utilizzo
Dim instance As SqlAssemblyEventSet 
Dim anEvent As SqlAssemblyEvent 
Dim returnValue As SqlAssemblyEventSet 

returnValue = instance.Remove(anEvent)
public SqlAssemblyEventSet Remove(
    SqlAssemblyEvent anEvent
)
public:
SqlAssemblyEventSet^ Remove(
    SqlAssemblyEvent^ anEvent
)
member Remove : 
        anEvent:SqlAssemblyEvent -> SqlAssemblyEventSet
public function Remove(
    anEvent : SqlAssemblyEvent
) : SqlAssemblyEventSet

Parametri

Valore restituito

Tipo: Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet
A SqlAssemblyEventSet object that represents the assembly event set.

Esempi

Gestione degli eventi SMO

Vedere anche

Riferimento

SqlAssemblyEventSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo