ServiceQueueEventSet Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| ServiceQueueEventSet() | |
| ServiceQueueEventSet(ServiceQueueEvent) | |
| ServiceQueueEventSet(ServiceQueueEvent[]) | |
| ServiceQueueEventSet(ServiceQueueEventSet) |
ServiceQueueEventSet()
public ServiceQueueEventSet();
Public Sub New ()
Si applica a
ServiceQueueEventSet(ServiceQueueEvent)
public ServiceQueueEventSet(Microsoft.SqlServer.Management.Smo.ServiceQueueEvent anEvent);
new Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet : Microsoft.SqlServer.Management.Smo.ServiceQueueEvent -> Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
Public Sub New (anEvent As ServiceQueueEvent)
Parametri
- anEvent
- ServiceQueueEvent
Si applica a
ServiceQueueEventSet(ServiceQueueEvent[])
public ServiceQueueEventSet(params Microsoft.SqlServer.Management.Smo.ServiceQueueEvent[] events);
new Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet : Microsoft.SqlServer.Management.Smo.ServiceQueueEvent[] -> Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
Public Sub New (ParamArray events As ServiceQueueEvent())
Parametri
- events
- ServiceQueueEvent[]
Si applica a
ServiceQueueEventSet(ServiceQueueEventSet)
public ServiceQueueEventSet(Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet eventSet);
new Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet : Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet -> Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
Public Sub New (eventSet As ServiceQueueEventSet)
Parametri
- eventSet
- ServiceQueueEventSet