Partager via


Méthode CertificateEvents.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 ObjectEventSet
'Utilisation
Dim instance As CertificateEvents 
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
An ObjectEventSet object that specifies the set of Certificate events.

Exemples

Gestion des événements SMO

Voir aussi

Référence

CertificateEvents Classe

Espace de noms Microsoft.SqlServer.Management.Smo