Metodo ServiceQueueEventSet.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 ServiceQueueEvent _
) As ServiceQueueEventSet
'Utilizzo
Dim instance As ServiceQueueEventSet 
Dim anEvent As ServiceQueueEvent 
Dim returnValue As ServiceQueueEventSet 

returnValue = instance.Remove(anEvent)
public ServiceQueueEventSet Remove(
    ServiceQueueEvent anEvent
)
public:
ServiceQueueEventSet^ Remove(
    ServiceQueueEvent^ anEvent
)
member Remove : 
        anEvent:ServiceQueueEvent -> ServiceQueueEventSet
public function Remove(
    anEvent : ServiceQueueEvent
) : ServiceQueueEventSet

Parametri

Valore restituito

Tipo: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet object that represents the service queue event set.

Esempi

Gestione degli eventi SMO

Vedere anche

Riferimento

ServiceQueueEventSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo