Элементы ServiceQueueEvents
The ServiceQueueEvents object represents the settings required for SQL Server service queue event notification.
Тип ServiceQueueEvents предоставляет доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
![]() |
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(ServiceQueueEventSet) | Specifies the service queue events to receive. |
![]() |
SubscribeToEvents(ServiceQueueEventSet, ServerEventHandler) | Specifies the service queue 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 the specified event handlers. |
В начало
События
Имя | Описание | |
---|---|---|
![]() |
ServerEvent | Specifies the event raised when an event occurs in ServiceQueue object and the user subscribed to the events from that object instance. |
В начало
См. также