Share via


Constructeur ServiceQueueEventSet (ServiceQueueEventSet)

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

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

Syntaxe

'Déclaration
Public Sub New ( _
    eventSet As ServiceQueueEventSet _
)
'Utilisation
Dim eventSet As ServiceQueueEventSet

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

Paramètres