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 | |
---|---|---|
AlterQueue | Gets a service queue event that can be included in the event set. | |
BrokerQueueDisabled | Gets a service queue event that can be included in the event set. | |
DropQueue | Gets a service queue event that can be included in the event set. | |
QueueActivation | Gets a service queue event that can be included in the event set. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | Returns a Service Broker queue event set that is created by adding two specified events together. | |
BitwiseOr | Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects. | |
Equals | Determines whether the referenced service queue event object is equal to a specified object. (Invalida Object. . :: . .Equals(Object).) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida Object. . :: . .GetHashCode() () () ().) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | Returns the referenced object in string format. (Invalida Object. . :: . .ToString() () () ().) |
Arriba
Operadores
Nombre | Descripción | |
---|---|---|
Addition | Creates a service queue event set by performing an addition operation on two ServiceQueueEvent objects. | |
BitwiseOr | Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects. | |
Equality | Creates a service queue event set by performing an equality operation on two ServiceQueueEvent objects. | |
Implicit Widening Implicit Implicit Implicit(ServiceQueueEvent to ServiceQueueEventSet) | Casts a service queue event as a service queue event set. | |
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.