ServiceQueueEventSet クラス

定義

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

コンストラクター

名前 説明
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)

適用対象