Compartir a través de


ServiceQueueEventSet Miembros

The ServiceQueueEventSet object represents a set of SQL Server service queue events.

El tipo ServiceQueueEventSet expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ServiceQueueEventSet() () () () Initializes a new instance of the ServiceQueueEventSet class.
Método publico ServiceQueueEventSet(ServiceQueueEvent) Initializes a new instance of the ServiceQueueEventSet class with a specified event.
Método publico ServiceQueueEventSet(array<ServiceQueueEvent> [] () [] []) Initializes a new instance of the ServiceQueueEventSet class with the specified events.
Método publico ServiceQueueEventSet(ServiceQueueEventSet) Initializes a new instance of the ServiceQueueEventSet class with the specified events.

Principio

Métodos

  Nombre Descripción
Método publico Add(ServiceQueueEvent) Returns a Service Broker queue event set after adding a new queue event to the referenced set.
Método publicoMiembro estático Add(ServiceQueueEventSet, ServiceQueueEvent) Returns a Service Broker queue event set after adding a new queue event to the specified set.
Método publico Copy Returns a copy of the event set. (Invalida EventSetBase. . :: . .Copy() () () ().)
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método protegido FitsMask Specifies whether the EventSetBase object fits the specified mask. (Se hereda de EventSetBase).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido HasCommonBits Specifies whether the EventSetBase object has common bits with another specified EventSetBase object. (Se hereda de EventSetBase).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Remove Removes an event from the event set.
Método protegido SetValue Sets the bit value at the specified index position. (Se hereda de EventSetBase).
Método publicoMiembro estático Subtract Returns a Service Broker queue event set after subtracting a queue event from the specified set.
Método publico ToString Returns a string that represents the ServiceQueueEventSet object. (Invalida Object. . :: . .ToString() () () ().)

Principio

Operadores

  Nombre Descripción
Operador públicoMiembro estático Addition Creates a service queue trace event set by performing an addition operation on a ServiceQueueEvent object and a ServiceQueueEventSet object.
Operador públicoMiembro estático Subtraction Creates a service queue event set by performing a subtraction operation on a ServiceQueueEvent object and a ServiceQueueEventSet object.

Principio

Propiedades

  Nombre Descripción
Propiedad pública AlterQueue Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is altered.
Propiedad pública BrokerQueueDisabled Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is disabled.
Propiedad pública DropQueue Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is dropped.
Propiedad pública NumberOfElements Gets the number of events in the event set. (Invalida EventSetBase. . :: . .NumberOfElements.)
Propiedad pública QueueActivation Gets or sets a Boolean property value that specifies whether the event is included in the event set. The event occurs when a Service Broker queue is activated.
Propiedad protegida Storage Gets or sets the bit array for event set storage. (Se hereda de EventSetBase).

Principio