ServiceQueueEventSet Constructor (ServiceQueueEvent[])
Initializes a new instance of the ServiceQueueEventSet class with the specified events.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
ParamArray events As ServiceQueueEvent() _
)
public ServiceQueueEventSet (
params ServiceQueueEvent[] events
)
public:
ServiceQueueEventSet (
... array<ServiceQueueEvent^>^ events
)
public ServiceQueueEventSet (
ServiceQueueEvent[] events
)
public function ServiceQueueEventSet (
... events : ServiceQueueEvent[]
)
Parameters
- events
An array of ServiceQueueEvent objects that specifies several data definition language (DDL) server events.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.