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 ServerEventSet
'Utilisation
Dim instance As ServerEvents
Dim returnValue As ServerEventSet
returnValue = instance.GetEventSelection()
public ServerEventSet GetEventSelection()
public:
ServerEventSet^ GetEventSelection()
member GetEventSelection : unit -> ServerEventSet
public function GetEventSelection() : ServerEventSet
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo. . :: . .ServerEventSet
A ServerEventSet object that specifies the set of server events.
Voir aussi