Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the events that are supported by the application role.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Events As ApplicationRoleEvents
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents
An ApplicationRoleEvents object value that specifies the events supported by the application role.