Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies the service queue events to receive.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub SubscribeToEvents ( _
events As ServiceQueueEventSet _
)
'Usage
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
)
Parameters
- events
Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet object that specifies the set of events to receive.
Remarks
Events are sent to the event handlers that are registered with the ServerEvent event.