ServiceQueueEventSet コンストラクター (ServiceQueueEvent[])
指定したイベントを使用して、ServiceQueueEventSet クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub New ( _
ParamArray events As ServiceQueueEvent() _
)
'使用
Dim events As ServiceQueueEvent()
Dim instance As New ServiceQueueEventSet(events)
public ServiceQueueEventSet(
params ServiceQueueEvent[] events
)
public:
ServiceQueueEventSet(
... array<ServiceQueueEvent^>^ events
)
new :
events:ServiceQueueEvent[] -> ServiceQueueEventSet
public function ServiceQueueEventSet(
... events : ServiceQueueEvent[]
)
パラメーター
- events
型: array<Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEvent> [] () [] []
複数のデータ定義言語 (DDL) サーバー イベントを示す ServiceQueueEvent オブジェクトの配列です。