GetEventSelection méthode
Returns the currently selected event notifications.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans 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.
Voir aussi