ApplicationRoleEvents Members

The ApplicationRoleEvents object represents the settings required for Microsoft SQL Server application role event notification.

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

Public Methods

(see also Protected Methods )

  Name Description
ms219138.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms219138.pubmethod(en-US,SQL.90).gif GetEventSelection Returns a set of currently subscribed event notifications.
ms219138.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms219138.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms219138.pubmethod(en-US,SQL.90).gifms219138.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms219138.pubmethod(en-US,SQL.90).gif StartEvents Starts receiving events.
ms219138.pubmethod(en-US,SQL.90).gif StopEvents Stops receiving events.
ms219138.pubmethod(en-US,SQL.90).gif SubscribeToEvents Overloaded. Specifies the object events to receive.
ms219138.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )
ms219138.pubmethod(en-US,SQL.90).gif UnsubscribeAllEvents Clears all event settings, and removes all event handlers.
ms219138.pubmethod(en-US,SQL.90).gif UnsubscribeFromEvents Clears the specified event setting, and removes all event handlers.

Top

Protected Methods

  Name Description
ms219138.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms219138.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

Public Events

  Name Description
ms219138.pubevent(en-US,SQL.90).gif ServerEvent Specifies the event raised when an event occurs in ApplicationRole object and the user subscribed to the events from that object instance.

Top

See Also

Reference

ApplicationRoleEvents Class
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Handling SMO Events