DENY Assembly Permissions (Transact-SQL)
SQL Server 2012
Denies permissions on an assembly.
An assembly is a database-level securable contained by the database that is its parent in the permissions hierarchy. The most specific and limited permissions that can be denied on an assembly are listed below, together with the more general permissions that include them by implication.
|
Assembly permission |
Implied by assembly permission |
Implied by database permission |
|---|---|---|
|
CONTROL |
CONTROL |
CONTROL |
|
TAKE OWNERSHIP |
CONTROL |
CONTROL |
|
ALTER |
CONTROL |
ALTER ANY ASSEMBLY |
|
REFERENCES |
CONTROL |
REFERENCES |
|
VIEW DEFINITION |
CONTROL |
VIEW DEFINITION |