TriggerEvents Members

The TriggerEvents object represents the settings required for Microsoft SQL Server trigger event notification.

The following tables list the members exposed by the TriggerEvents type.

Public Methods

(see also Protected Methods )

  名称 Description
ms220538.pubmethod(zh-cn,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms220538.pubmethod(zh-cn,SQL.90).gif GetEventSelection Returns the currently selected event notifications.
ms220538.pubmethod(zh-cn,SQL.90).gif GetHashCode  (inherited from Object )
ms220538.pubmethod(zh-cn,SQL.90).gif GetType  (inherited from Object )
ms220538.pubmethod(zh-cn,SQL.90).gifms220538.static(zh-cn,SQL.90).gif ReferenceEquals  (inherited from Object )
ms220538.pubmethod(zh-cn,SQL.90).gif StartEvents Starts receiving events.
ms220538.pubmethod(zh-cn,SQL.90).gif StopEvents Stops receiving events.
ms220538.pubmethod(zh-cn,SQL.90).gif SubscribeToEvents Overloaded. Specifies the trigger events to receive.
ms220538.pubmethod(zh-cn,SQL.90).gif ToString  (inherited from Object )
ms220538.pubmethod(zh-cn,SQL.90).gif UnsubscribeAllEvents Clears all event settings, and removes all event handlers.
ms220538.pubmethod(zh-cn,SQL.90).gif UnsubscribeFromEvents Clears the specified event settings, and removes all event handlers.

顶部

Protected Methods

  名称 Description
ms220538.protmethod(zh-cn,SQL.90).gif Finalize  (inherited from Object )
ms220538.protmethod(zh-cn,SQL.90).gif MemberwiseClone  (inherited from Object )

顶部

Public Events

  名称 Description
ms220538.pubevent(zh-cn,SQL.90).gif ServerEvent Specifies the event raised when an event occurs in Trigger object and the user has subscribed to the events from that object instance.

顶部

请参阅

参考

TriggerEvents Class
Microsoft.SqlServer.Management.Smo Namespace

其他资源

Handling SMO Events