SubscribeToEvents méthode (ServiceQueueEventSet, ServerEventHandler)
Specifies the service queue events to receive and the event handler that handles the events.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub SubscribeToEvents ( _
events As ServiceQueueEventSet, _
eventHandler As ServerEventHandler _
)
'Utilisation
Dim instance As ServiceQueueEvents
Dim events As ServiceQueueEventSet
Dim eventHandler As ServerEventHandler
instance.SubscribeToEvents(events, eventHandler)
public void SubscribeToEvents(
ServiceQueueEventSet events,
ServerEventHandler eventHandler
)
public:
void SubscribeToEvents(
ServiceQueueEventSet^ events,
ServerEventHandler^ eventHandler
)
member SubscribeToEvents :
events:ServiceQueueEventSet *
eventHandler:ServerEventHandler -> unit
public function SubscribeToEvents(
events : ServiceQueueEventSet,
eventHandler : ServerEventHandler
)
Paramètres
- events
Type : Microsoft.SqlServer.Management.Smo. . :: . .ServiceQueueEventSet
A ServiceQueueEventSet object that specifies the set of events to receive.
- eventHandler
Type : Microsoft.SqlServer.Management.Smo. . :: . .ServerEventHandler
A ServerEventHandler object that handles the events that are received.