購買Buy
1-855-856-7678
支援Support
授與資料庫使用者、資料庫角色或應用程式角色的權限。
語法慣例 (Windows Azure SQL Database)
GRANT permission [ ,...n ]
ON
{ [ USER ::database_user ]
| [ ROLE ::database_role ]
}
TO <database_principal> [ ,...n ]
[ WITH GRANT OPTION ]
[ AS <database_principal> ]
<database_principal> ::=Database_user
| Database_role
| Database_user_with_no_login
此語法圖表示範 Microsoft Windows Azure SQL Database 中支援的引數和選項。
使用這個 GRANT 陳述式時,Windows Azure SQL Database 不支援下列引數和選項:
如需有關引數和這個 GRANT 陳述式的詳細資訊,請參閱《SQL Server 線上叢書》中的<GRANT 資料庫主體權限>。