Membres ViewEvents
The ViewEvents object represents the settings that are required for SQL Server view event notification.
Le type ViewEvents 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(ViewEventSet) | Specifies the view events to receive. | |
SubscribeToEvents(ViewEventSet, ServerEventHandler) | Specifies the view 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 server event handler for view events. |
Haut de la page