Condividi tramite


Costruttore ServiceQueueEventSet (ServiceQueueEvent)

Initializes a new instance of the ServiceQueueEventSet class with a specified event.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    anEvent As ServiceQueueEvent _
)
'Utilizzo
Dim anEvent As ServiceQueueEvent 

Dim instance As New ServiceQueueEventSet(anEvent)
public ServiceQueueEventSet(
    ServiceQueueEvent anEvent
)
public:
ServiceQueueEventSet(
    ServiceQueueEvent^ anEvent
)
new : 
        anEvent:ServiceQueueEvent -> ServiceQueueEventSet
public function ServiceQueueEventSet(
    anEvent : ServiceQueueEvent
)

Parametri

Esempi

Gestione degli eventi SMO

Vedere anche

Riferimento

ServiceQueueEventSet Classe

Overload ServiceQueueEventSet

Spazio dei nomi Microsoft.SqlServer.Management.Smo