REVOKE ON TYPE |
Révoquer dans le type |
---|---|
Microsoft SQL Server |
Syntaxe
REVOKE [ GRANT OPTION FOR ] permission [ ,...n ] ON TYPE :: [ schema_name ]. type_name { FROM | TO } database_principal [ ,...n ] [ CASCADE ] [ AS database_principal ] database_principal ::= Database_user | Database_role | Application_role | Database_user_mapped_to_Windows_User | Database_user_mapped_to_Windows_Group | Database_user_mapped_to_certificate | Database_user_mapped_to_asymmetric_key | Database_user_with_no_login |
Description
Cette instruction permet d'enlever les permissions dans un type.
Dernière mise à jour : Vendredi, le 19 Juin 2020