Compartilhar via


Classe ServiceQueueEvent

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

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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

O tipo ServiceQueueEvent expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade públicaMembro estático AlterQueue Gets a service queue event that can be included in the event set.
Propriedade públicaMembro estático BrokerQueueDisabled Gets a service queue event that can be included in the event set.
Propriedade públicaMembro estático DropQueue Gets a service queue event that can be included in the event set.
Propriedade públicaMembro estático QueueActivation Gets a service queue event that can be included in the event set.

Início

Métodos

  Nome Descrição
Método públicoMembro estático Add Returns a Service Broker queue event set that is created by adding two specified events together.
Método públicoMembro 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. (Substitui Object. . :: . .Equals(Object).)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui Object. . :: . .GetHashCode() () () ().)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString Returns the referenced object in string format. (Substitui Object. . :: . .ToString() () () ().)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Addition Creates a service queue event set by performing an addition operation on two ServiceQueueEvent objects.
Operador públicoMembro estático BitwiseOr Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects.
Operador públicoMembro estático Equality Creates a service queue event set by performing an equality operation on two ServiceQueueEvent objects.
Operador públicoMembro estático Implicit Widening Implicit Implicit Implicit(ServiceQueueEvent to ServiceQueueEventSet) Casts a service queue event as a service queue event set.
Operador públicoMembro estático Inequality Creates a service queue event set by performing an inequality operation on two ServiceQueueEvent objects.

Início

Comentários

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

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência