ServiceQueueEventSet Constructor (ServiceQueueEvent)
Initializes a new instance of the ServiceQueueEventSet class with a specified event.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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
- anEvent
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEvent
A ServiceQueueEvent object that specifies a data definition language (DDL) server event.