Partilhar via


Construtor ServiceQueueEventSet (ServiceQueueEvent)

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

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

Sintaxe

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

Parâmetros

Exemplos

Manipulando eventos SMO

Consulte também

Referência

ServiceQueueEventSet Classe

Sobrecarregado ServiceQueueEventSet

Namespace Microsoft.SqlServer.Management.Smo