次の方法で共有


ServiceQueueEvents.GetEventSelection メソッド

現在選択されているイベント通知を返します。

名前空間:  Microsoft.SqlServer.Management.Smo.Broker
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Function GetEventSelection As ServiceQueueEventSet
'使用
Dim instance As ServiceQueueEvents 
Dim returnValue As ServiceQueueEventSet 

returnValue = instance.GetEventSelection()
public ServiceQueueEventSet GetEventSelection()
public:
ServiceQueueEventSet^ GetEventSelection()
member GetEventSelection : unit -> ServiceQueueEventSet
public function GetEventSelection() : ServiceQueueEventSet

戻り値

型: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
一連のサービス キュー イベントを示す ServiceQueueEventSet オブジェクトです。

使用例

SMO イベントの処理

関連項目

参照

ServiceQueueEvents クラス

Microsoft.SqlServer.Management.Smo.Broker 名前空間