Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the events that are supported by the application role.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Events As ApplicationRoleEvents
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.ApplicationRoleEvents
An ApplicationRoleEvents object value that specifies the events supported by the application role.