Элементы ServiceRouteEvents
The ServiceRouteEvents object represents the settings required for SQL Server service route event notification.
Тип ServiceRouteEvents предоставляет доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Наследуется из Object.) |
![]() |
Finalize | (Наследуется из Object.) |
![]() |
GetEventSelection | Returns the currently selected event notifications. |
![]() |
GetHashCode | (Наследуется из Object.) |
![]() |
GetType | (Наследуется из Object.) |
![]() |
MemberwiseClone | (Наследуется из Object.) |
![]() |
StartEvents | Starts receiving events. |
![]() |
StopEvents | Stops receiving events. |
![]() |
SubscribeToEvents(ObjectEventSet) | Specifies the service route events to receive. |
![]() |
SubscribeToEvents(ObjectEventSet, ServerEventHandler) | Specifies the service route events to receive and the event handler that handles the events. |
![]() |
ToString | (Наследуется из Object.) |
![]() |
UnsubscribeAllEvents | Clears all event settings, and removes all event handlers. |
![]() |
UnsubscribeFromEvents | Clears the specified event settings, and removes all event handlers. |
В начало
События
Имя | Описание | |
---|---|---|
![]() |
ServerEvent | Specifies the event raised when an event occurs in ServiceRoute object and the user subscribed to the events from that object instance. |
В начало
См. также