Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Translates the permissions bitmask returned by SQL Trace into a table of permissions names.
Transact-SQL Syntax Conventions
Składnia
sys.fn_translate_permissions ( level , perms )
Arguments
level
Is the kind of securable to which the permission is applied. level is nvarchar(60).perms
Is a bitmask that is returned in the permissions column. perms is varbinary(16).
Returns
table
Uwagi
The value returned in the permissions column of a SQL Trace is an integer representation of a bitmask used by SQL Server to calculate effective permissions. Each of the 21 kinds of securables has its own set of permissions with corresponding numerical values. sys.fn_translate_permissions translates this bitmask into a table of permissions names.
Permissions
Requires membership in the public role.
Zobacz także
Odwołanie
sys.server_permissions (Transact-SQL)
sys.database_permissions (Transact-SQL)