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
)
パラメーター
- eventSet
型: Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEventSet
データ定義言語 (DDL) サーバー イベントのセットを示す ServiceQueueEventSet です。