Costruttore ServiceQueueEventSet (array<ServiceQueueEvent )
Initializes a new instance of the ServiceQueueEventSet class with the specified events.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
ParamArray events As ServiceQueueEvent() _
)
'Utilizzo
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[]
)
Parametri
- events
Tipo: array<Microsoft.SqlServer.Management.Smo.ServiceQueueEvent[]
An array of ServiceQueueEvent objects that specifies several data definition language (DDL) server events.