Compartir a través de


Clase ServiceQueueEvent

The ServiceQueueEvent object represents the Service Broker service queue events that can be included in a service queue event set.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo..::..ServiceQueueEvent

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public NotInheritable Class ServiceQueueEvent
'Uso
Dim instance As ServiceQueueEvent
public sealed class ServiceQueueEvent
public ref class ServiceQueueEvent sealed
[<SealedAttribute>]
type ServiceQueueEvent =  class end
public final class ServiceQueueEvent

El tipo ServiceQueueEvent expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad públicaMiembro estático AlterQueue Gets a service queue event that can be included in the event set.
Propiedad públicaMiembro estático BrokerQueueDisabled Gets a service queue event that can be included in the event set.
Propiedad públicaMiembro estático DropQueue Gets a service queue event that can be included in the event set.
Propiedad públicaMiembro estático QueueActivation Gets a service queue event that can be included in the event set.

Arriba

Métodos

  Nombre Descripción
Método públicoMiembro estático Add Returns a Service Broker queue event set that is created by adding two specified events together.
Método públicoMiembro estático BitwiseOr Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects.
Método público Equals Determines whether the referenced service queue event object is equal to a specified object. (Invalida Object. . :: . .Equals(Object).)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida Object. . :: . .GetHashCode() () () ().)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString Returns the referenced object in string format. (Invalida Object. . :: . .ToString() () () ().)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Addition Creates a service queue event set by performing an addition operation on two ServiceQueueEvent objects.
Operador públicoMiembro estático BitwiseOr Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects.
Operador públicoMiembro estático Equality Creates a service queue event set by performing an equality operation on two ServiceQueueEvent objects.
Operador públicoMiembro estático Implicit Widening Implicit Implicit Implicit(ServiceQueueEvent to ServiceQueueEventSet) Casts a service queue event as a service queue event set.
Operador públicoMiembro estático Inequality Creates a service queue event set by performing an inequality operation on two ServiceQueueEvent objects.

Arriba

Comentarios

The ServiceQueueEvent object contains a property for each event to which the service queue can respond. The actual set of events is specified using the ServiceQueueEventSet object.

Thread Safety

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.