Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Removes an event from the event set.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Function Remove ( _
anEvent As ServiceQueueEvent _
) As ServiceQueueEventSet
'Uso
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
Parámetros
- anEvent
Tipo: Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
A ServiceQueueEvent object that specifies the event.
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet object that represents the service queue event set.