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 の define プロパティ |
| BrokerQueueDisabled |
BrokerQueueDisabled の define プロパティ |
| DropQueue |
DropQueue の define プロパティ |
| NumberOfElements | |
| QueueActivation |
QueueActivation のプロパティを定義する |
| Storage |
bit storage (継承元 EventSetBase) |
メソッド
| 名前 | 説明 |
|---|---|
| Add(ServiceQueueEvent) | |
| Add(ServiceQueueEventSet, ServiceQueueEvent) | |
| Copy() | |
| FitsMask(EventSetBase) |
マスクに適合する場合は true (継承元 EventSetBase) |
| HasCommonBits(EventSetBase) |
this と optCompare に共通のオプションが設定されている場合、true が返されます (継承元 EventSetBase) |
| Remove(ServiceQueueEvent) | |
| SetValue(EventSetBase, Boolean) |
set value (継承元 EventSetBase) |
| Subtract(ServiceQueueEventSet, ServiceQueueEvent) | |
| ToString() | |
演算子
| 名前 | 説明 |
|---|---|
| Addition(ServiceQueueEventSet, ServiceQueueEvent) | |
| Subtraction(ServiceQueueEventSet, ServiceQueueEvent) | |