Events プロパティ

サービス キューに関連付けられたイベントを取得します。

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

構文

'宣言
Public ReadOnly Property Events As ServiceQueueEvents
    Get
'使用
Dim instance As ServiceQueue
Dim value As ServiceQueueEvents

value = instance.Events
public ServiceQueueEvents Events { get; }
public:
property ServiceQueueEvents^ Events {
    ServiceQueueEvents^ get ();
}
member Events : ServiceQueueEvents
function get Events () : ServiceQueueEvents

プロパティ値

型: Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceQueueEvents
サービス キュー イベントを表す ServiceQueueEvents オブジェクトです。