Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies the service queue events to receive.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub SubscribeToEvents ( _
events As ServiceQueueEventSet _
)
'Utilisation
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
)
Paramètres
- events
Type : Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet object that specifies the set of events to receive.
Notes
Events are sent to the event handlers that are registered with the ServerEvent event.