sys.syspermissions (języka Transact-SQL)
Zawiera informacje o uprawnieniach przyznanych i odmowa dla użytkowników, grup i ról w bazie danych.
Important Note: |
---|
This SQL Server 2000 system table is included as a view for backward compatibility. We recommend that you use the current SQL Server system views instead. To find the equivalent system view or views, see Mapping SQL Server 2000 System Tables to SQL Server 2005 System Views. This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. |
Nazwa kolumna |
Typ danych |
Description |
---|---|---|
Identyfikator |
int |
Identyfikator obiektu dla uprawnienia do obiektów. 0 = Uprawnienia instrukcja. |
grantee |
smallint |
Identyfikator użytkownika, grupy lub roli dotyczy uprawnień. |
przekazująca |
smallint |
Identyfikator użytkownika, grupy lub udzielić lub odmówić uprawnienia roli. |
actadd |
smallint |
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
actmod |
smallint |
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
seladd |
varbinary(4000) |
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
selmod |
varbinary(4000) |
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
updadd |
varbinary(4000) |
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
updmod |
varbinary(4000) |
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
refadd |
varbinary(4000) |
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
refmod |
varbinary(4000) |
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |