Partager via


Méthode MessageTypeEvents.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 ObjectEventSet
'Utilisation
Dim instance As MessageTypeEvents 
Dim returnValue As ObjectEventSet 

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

Valeur de retour

Type : Microsoft.SqlServer.Management.Smo.ObjectEventSet
A ObjectEventSet object that specifies the set of message type events.

Exemples

Gestion des événements SMO

Voir aussi

Référence

MessageTypeEvents Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Broker

Autres ressources

Gestion des événements SMO