ApplicationRole.Events 属性
Gets the events that are supported by the application role.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Property Events As ApplicationRoleEvents
Get
用法
Dim instance As ApplicationRole
Dim value As ApplicationRoleEvents
value = instance.Events
public ApplicationRoleEvents Events { get; }
public:
property ApplicationRoleEvents^ Events {
ApplicationRoleEvents^ get ();
}
member Events : ApplicationRoleEvents
function get Events () : ApplicationRoleEvents
属性值
类型:Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents
An ApplicationRoleEvents object value that specifies the events supported by the application role.