次の方法で共有


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

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

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

構文

'宣言
Public Sub New ( _
    eventSet As ServiceQueueEventSet _
)
'使用
Dim eventSet As ServiceQueueEventSet

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

パラメーター