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

Esempi

Gestione degli eventi SMO

Vedere anche

Riferimento

ServiceQueueEventSet Classe

Overload ServiceQueueEventSet

Spazio dei nomi Microsoft.SqlServer.Management.Smo