共用方式為


ServerEvents 成員

The ServerEvents object represents the settings required for SQL Server server-level event notification.

ServerEvents 型別公開下列成員。

方法

  名稱 描述
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetEventSelection Returns the currently selected event notifications.
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetTraceEventSelection Returns the currently selected event notifications.
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 SetCredentials Sets the credentials required by the instance of Microsoft SQL Server.
公用方法 StartEvents Starts receiving events.
公用方法 StopEvents Stops receiving events.
公用方法 SubscribeToEvents(ServerEventSet) Specifies the server events to receive.
公用方法 SubscribeToEvents(ServerTraceEventSet) Specifies the server trace events to receive.
公用方法 SubscribeToEvents(ServerEventSet, ServerEventHandler) Specifies the server events to receive and the event handler that handles the events.
公用方法 SubscribeToEvents(ServerTraceEventSet, ServerEventHandler) Specifies the server trace events to receive and the event handler that handles the events.
公用方法 ToString (繼承自 Object。)
公用方法 UnsubscribeAllEvents Clears all event settings, and removes all event handlers.
公用方法 UnsubscribeFromEvents(ServerEventSet) Clears the specified event settings, and removes all event handlers.
公用方法 UnsubscribeFromEvents(ServerTraceEventSet) Clears the specified event settings, and removes all event handlers.

頂端

事件

  名稱 描述
公用事件 ServerEvent Specifies the event raised when an event occurs in Server object and the user has subscribed to the events from that object instance.

頂端