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
)

パラメーター