Freigeben über


ServiceQueueEvents.GetEventSelection-Methode

Returns the currently selected event notifications.

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function GetEventSelection As ServiceQueueEventSet
'Usage
Dim instance As ServiceQueueEvents 
Dim returnValue As ServiceQueueEventSet 

returnValue = instance.GetEventSelection()
public ServiceQueueEventSet GetEventSelection()
public:
ServiceQueueEventSet^ GetEventSelection()
member GetEventSelection : unit -> ServiceQueueEventSet
public function GetEventSelection() : ServiceQueueEventSet

Rückgabewert

Typ: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet object that specifies the set of service queue events.

Beispiele

Behandeln von SMO-Ereignissen

Siehe auch

Verweis

ServiceQueueEvents Klasse

Microsoft.SqlServer.Management.Smo.Broker-Namespace