Méthode ServiceQueueEvents.GetEventSelection
Returns the currently selected event notifications.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function GetEventSelection As ServiceQueueEventSet
'Utilisation
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
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet object that specifies the set of service queue events.