Membres LoginEvents
The LoginEvents object represents the settings required for SQL Server login event notification.
Le type LoginEvents expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetEventSelection | Returns the currently selected event notifications. | |
GetHashCode | (Hérité de Object.) | |
GetType | (Hérité de Object.) | |
MemberwiseClone | (Hérité de Object.) | |
StartEvents | Starts receiving events. | |
StopEvents | Stops receiving events. | |
SubscribeToEvents(ObjectEventSet) | Specifies the login events to receive. | |
SubscribeToEvents(ObjectEventSet, ServerEventHandler) | Specifies the login events to receive and the event handler that handles the events. | |
ToString | (Hérité de Object.) | |
UnsubscribeAllEvents | Clears all event settings, and removes all event handlers. | |
UnsubscribeFromEvents | Clears the specified event settings, and removes all event handlers. |
Haut de la page
Événements
Nom | Description | |
---|---|---|
ServerEvent | Specifies the event raised when an event occurs in Login object and the user has subscribed to the event from that object instance. |
Haut de la page