ServiceQueueEventSet Constructor (ServiceQueueEvent[])
Initializes a new instance of the ServiceQueueEventSet class with the specified events.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub New ( _
ParamArray events As ServiceQueueEvent() _
)
'Uso
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[]
)
Parámetros
- events
Tipo: array<Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEvent> [] () [] []
An array of ServiceQueueEvent objects that specifies several data definition language (DDL) server events.