Класс ServiceQueueEvent

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

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public NotInheritable Class ServiceQueueEvent
'Применение
Dim instance As ServiceQueueEvent
public sealed class ServiceQueueEvent
public ref class ServiceQueueEvent sealed
[<SealedAttribute>]
type ServiceQueueEvent =  class end
public final class ServiceQueueEvent

Тип ServiceQueueEvent обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойствоСтатический элемент 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.

В начало

Методы

  Имя Описание
Открытый методСтатический элемент 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. (Переопределяет Object. . :: . .Equals(Object).)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Переопределяет Object. . :: . .GetHashCode() () () ().)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString Returns the referenced object in string format. (Переопределяет Object. . :: . .ToString() () () ().)

В начало

Операторы

  Имя Описание
Открытый операторСтатический элемент 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.

В начало

Замечания

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

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.