Método SubscribeToEvents (ServiceQueueEventSet)
Specifies the service queue events to receive.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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.
Consulte também