Share via


Propriété AlterAnyEventNotification

Gets a permission that can be included in the server permission set.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property AlterAnyEventNotification As ServerPermission
    Get
'Utilisation
Dim value As ServerPermission

value = ServerPermission.AlterAnyEventNotification
public static ServerPermission AlterAnyEventNotification { get; }
public:
static property ServerPermission^ AlterAnyEventNotification {
    ServerPermission^ get ();
}
static member AlterAnyEventNotification : ServerPermission
static function get AlterAnyEventNotification () : ServerPermission

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .ServerPermission
A ServerPermission object that represents the AlterAnyEventNotification permission that can be included in the server permission set.