ServiceQueueEventSet Class

Definition

public sealed class ServiceQueueEventSet : Microsoft.SqlServer.Management.Smo.EventSetBase
type ServiceQueueEventSet = class
    inherit EventSetBase
Public NotInheritable Class ServiceQueueEventSet
Inherits EventSetBase
Inheritance
ServiceQueueEventSet

Constructors

ServiceQueueEventSet()
ServiceQueueEventSet(ServiceQueueEvent)
ServiceQueueEventSet(ServiceQueueEvent[])
ServiceQueueEventSet(ServiceQueueEventSet)

Properties

AlterQueue

define property for AlterQueue

BrokerQueueDisabled

define property for BrokerQueueDisabled

DropQueue

define property for DropQueue

NumberOfElements
QueueActivation

define property for QueueActivation

Storage

bit storage

(Inherited from EventSetBase)

Methods

Add(ServiceQueueEvent)
Add(ServiceQueueEventSet, ServiceQueueEvent)
Copy()
FitsMask(EventSetBase)

true if fits the mask

(Inherited from EventSetBase)
HasCommonBits(EventSetBase)

returns true if this and optCompare have common options that are set

(Inherited from EventSetBase)
Remove(ServiceQueueEvent)
SetValue(EventSetBase, Boolean)

set value

(Inherited from EventSetBase)
Subtract(ServiceQueueEventSet, ServiceQueueEvent)
ToString()

Operators

Addition(ServiceQueueEventSet, ServiceQueueEvent)
Subtraction(ServiceQueueEventSet, ServiceQueueEvent)

Applies to