次の方法で共有


ServiceQueueEventSet コンストラクター (ServiceQueueEvent)

指定したイベントを使用して、ServiceQueueEventSet クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    anEvent As ServiceQueueEvent _
)
'使用
Dim anEvent As ServiceQueueEvent 

Dim instance As New ServiceQueueEventSet(anEvent)
public ServiceQueueEventSet(
    ServiceQueueEvent anEvent
)
public:
ServiceQueueEventSet(
    ServiceQueueEvent^ anEvent
)
new : 
        anEvent:ServiceQueueEvent -> ServiceQueueEventSet
public function ServiceQueueEventSet(
    anEvent : ServiceQueueEvent
)

パラメーター

使用例

SMO イベントの処理

関連項目

参照

ServiceQueueEventSet クラス

ServiceQueueEventSet オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間