Section courante

A propos

Section administrative du site

GRANT ON TYPE

Droit d'accès dans le type
  Microsoft SQL Server

Syntaxe

GRANT permission [ ,...n ] ON TYPE :: [ schema_name . ] type_name
TO database_principal [ ,...n ]
[ WITH GRANT OPTION ]
[ 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 de donner des permissions à un type.



Dernière mise à jour : Vendredi, le 19 Juin 2020