다음을 통해 공유


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.

맨 위로 이동