Condividi tramite


Classe ServiceQueueEvent

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ServiceQueueEvent
'Utilizzo
Dim instance As ServiceQueueEvent
public sealed class ServiceQueueEvent
public ref class ServiceQueueEvent sealed
[<SealedAttribute>]
type ServiceQueueEvent =  class end
public final class ServiceQueueEvent

Nel tipo ServiceQueueEvent sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblicaMembro statico AlterQueue Gets a service queue event that can be included in the event set.
Proprietà pubblicaMembro statico BrokerQueueDisabled Gets a service queue event that can be included in the event set.
Proprietà pubblicaMembro statico DropQueue Gets a service queue event that can be included in the event set.
Proprietà pubblicaMembro statico QueueActivation Gets a service queue event that can be included in the event set.

In alto

Metodi

  Nome Descrizione
Metodo pubblicoMembro statico Add Returns a Service Broker queue event set that is created by adding two specified events together.
Metodo pubblicoMembro statico BitwiseOr Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects.
Metodo pubblico Equals Determines whether the referenced service queue event object is equal to a specified object. Esegue l'override di Object.Equals(Object).
Metodo pubblico GetHashCode Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di Object.GetHashCode().
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Returns the referenced object in string format. Esegue l'override di Object.ToString().

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Addition Creates a service queue event set by performing an addition operation on two ServiceQueueEvent objects.
Operatore pubblicoMembro statico BitwiseOr Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects.
Operatore pubblicoMembro statico Equality Creates a service queue event set by performing an equality operation on two ServiceQueueEvent objects.
Operatore pubblicoMembro statico Implicit(ServiceQueueEvent to ServiceQueueEventSet) Casts a service queue event as a service queue event set.
Operatore pubblicoMembro statico Inequality Creates a service queue event set by performing an inequality operation on two ServiceQueueEvent objects.

In alto

Osservazioni

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

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Esempi

Gestione degli eventi SMO

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo