Compartir a través de


ServiceQueueEvent Miembros

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

El tipo ServiceQueueEvent expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publicoMiembro estático Add Returns a Service Broker queue event set that is created by adding two specified events together.
Método publicoMiembro estático BitwiseOr Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects.
Método publico 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 publico GetHashCode This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (Invalida Object. . :: . .GetHashCode() () () ().)
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString Returns the referenced object in string format. (Invalida Object. . :: . .ToString() () () ().)

Principio

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)
Operador públicoMiembro estático Inequality Creates a service queue event set by performing an inequality operation on two ServiceQueueEvent objects.

Principio

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.

Principio