Compartilhar via


Construtor ServiceQueueEventSet (ServiceQueueEventSet)

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub New ( _
    eventSet As ServiceQueueEventSet _
)
'Uso
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
)

Parâmetros