ServiceQueueEventSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class ServiceQueueEventSet : Microsoft.SqlServer.Management.Smo.EventSetBase
type ServiceQueueEventSet = class
inherit EventSetBase
Public NotInheritable Class ServiceQueueEventSet
Inherits EventSetBase
- Inheritance
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) |