ServiceQueueEventSet constructeur (ServiceQueueEvent[])
Initializes a new instance of the ServiceQueueEventSet class with the specified events.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
ParamArray events As ServiceQueueEvent() _
)
'Utilisation
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[]
)
Paramètres
- events
Type : array<Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEvent> [] () [] []
An array of ServiceQueueEvent objects that specifies several data definition language (DDL) server events.