Partager via


Méthode TableEvents.GetEventSelection

Returns the currently selected event notifications.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function GetEventSelection As TableEventSet
'Utilisation
Dim instance As TableEvents 
Dim returnValue As TableEventSet 

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

Valeur de retour

Type : Microsoft.SqlServer.Management.Smo.TableEventSet
A TableEventSet object that specifies the set of table events.

Exemples

Gestion des événements SMO

Voir aussi

Référence

TableEvents Classe

Espace de noms Microsoft.SqlServer.Management.Smo