ServiceQueueEventSet 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public sealed class ServiceQueueEventSet : Microsoft.SqlServer.Management.Smo.EventSetBase
type ServiceQueueEventSet = class
inherit EventSetBase
Public NotInheritable Class ServiceQueueEventSet
Inherits EventSetBase
- 继承
构造函数
| 名称 | 说明 |
|---|---|
| ServiceQueueEventSet() | |
| ServiceQueueEventSet(ServiceQueueEvent) | |
| ServiceQueueEventSet(ServiceQueueEvent[]) | |
| ServiceQueueEventSet(ServiceQueueEventSet) | |
属性
| 名称 | 说明 |
|---|---|
| AlterQueue |
定义 AlterQueue 的属性 |
| BrokerQueueDisabled |
定义 BrokerQueueDisabled 的属性 |
| DropQueue |
定义 DropQueue 的属性 |
| NumberOfElements | |
| QueueActivation |
定义 QueueActivation 的属性 |
| Storage |
位存储 (继承自 EventSetBase) |
方法
| 名称 | 说明 |
|---|---|
| Add(ServiceQueueEvent) | |
| Add(ServiceQueueEventSet, ServiceQueueEvent) | |
| Copy() | |
| FitsMask(EventSetBase) |
如果适合掩码,则为 true (继承自 EventSetBase) |
| HasCommonBits(EventSetBase) |
如果此选项和 optCompare 具有设置的常用选项,则返回 true (继承自 EventSetBase) |
| Remove(ServiceQueueEvent) | |
| SetValue(EventSetBase, Boolean) |
set 值 (继承自 EventSetBase) |
| Subtract(ServiceQueueEventSet, ServiceQueueEvent) | |
| ToString() | |
运算符
| 名称 | 说明 |
|---|---|
| Addition(ServiceQueueEventSet, ServiceQueueEvent) | |
| Subtraction(ServiceQueueEventSet, ServiceQueueEvent) | |