Partager via


Membres CertificateEvents

The CertificateEvents object represents the settings that are required for SQL Server Certificate event notification.

Le type CertificateEvents expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetEventSelection Returns the currently selected event notifications.
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique StartEvents Starts receiving events.
Méthode publique StopEvents Stops receiving events.
Méthode publique SubscribeToEvents(ObjectEventSet)
Méthode publique SubscribeToEvents(ObjectEventSet, ServerEventHandler) Specifies the Certificate events to receive and the event handler that handles the events.
Méthode publique ToString (Hérité de Object.)
Méthode publique UnsubscribeAllEvents Clears all event settings, and removes all event handlers.
Méthode publique UnsubscribeFromEvents Clears the specified event settings, and removes all event handlers.

Haut de la page

Événements

  Nom Description
Événement public ServerEvent Specifies the event raised when an event occurs in a Certificate object and the user has subscribed to the events from that object instance.

Haut de la page