Share via


Constructeur ServiceQueueEventSet (ServiceQueueEvent)

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    anEvent As ServiceQueueEvent _
)
'Utilisation
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
)

Paramètres