ServiceQueueEvents.SubscribeToEvents Método (ServiceQueueEventSet)
Specifies the service queue events to receive.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Broker
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub SubscribeToEvents ( _
events As ServiceQueueEventSet _
)
'Uso
Dim instance As ServiceQueueEvents
Dim events As ServiceQueueEventSet
instance.SubscribeToEvents(events)
public void SubscribeToEvents(
ServiceQueueEventSet events
)
public:
void SubscribeToEvents(
ServiceQueueEventSet^ events
)
member SubscribeToEvents :
events:ServiceQueueEventSet -> unit
public function SubscribeToEvents(
events : ServiceQueueEventSet
)
Parámetros
- events
Tipo: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet object that specifies the set of events to receive.
Comentarios
Events are sent to the event handlers that are registered with the ServerEvent event.
Ejemplos
Vea también
Referencia
Sobrecarga de SubscribeToEvents
Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker