ApplicationRoleEvents 类

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

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo..::..ApplicationRoleEvents

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Class ApplicationRoleEvents
用法
Dim instance As ApplicationRoleEvents
public class ApplicationRoleEvents
public ref class ApplicationRoleEvents
type ApplicationRoleEvents =  class end
public class ApplicationRoleEvents

ApplicationRoleEvents 类型公开以下成员。

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetEventSelection Returns a set of currently subscribed event notifications.
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 StartEvents Starts receiving events.
公共方法 StopEvents Stops receiving events.
公共方法 SubscribeToEvents(ObjectEventSet) Specifies the object events to receive.
公共方法 SubscribeToEvents(ObjectEventSet, ServerEventHandler) Specifies the object events to receive.
公共方法 ToString (从 Object 继承。)
公共方法 UnsubscribeAllEvents Clears all event settings, and removes all event handlers.
公共方法 UnsubscribeFromEvents Clears the specified event setting, and removes all event handlers.

页首

事件

  名称 说明
公共事件 ServerEvent Specifies the event raised when an event occurs in ApplicationRole object and the user subscribed to the events from that object instance.

页首

注释

The ApplicationRoleEvents class is accessed through Events property and cannot be created as a stand-alone object.

Thread Safety

此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。 不保证所有实例成员都对于线程安全的。

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。