Freigeben über


ServerPermission.AlterAnyEventNotification-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Shared ReadOnly Property AlterAnyEventNotification As ServerPermission 
    Get
'Usage
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

Eigenschaftswert

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

Beispiele

Gewährung, Widerrufen und Verweigern von Berechtigungen

Siehe auch

Verweis

ServerPermission Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Berechtigungen (Datenbankmodul)

sys.server_permissions (Transact-SQL)