Propriedade do RDL ServerPermission.AlterAnyEventNotification

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

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

Sintaxe

'Declaração
Public Shared ReadOnly Property AlterAnyEventNotification As ServerPermission 
    Get
'Uso
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

Valor da propriedade

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

Exemplos

Concedendo, revogando e negando permissões

Consulte também

Referência

ServerPermission Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Permissões (Mecanismo de Banco de Dados)

sys.server_permissions (Transact-SQL)