sys.sysusers (Transact-SQL)
Contains one row for each Microsoft Windows user, Windows group, Microsoft SQL Server user, or SQL Server role in the database.
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 |
---|---|---|
UID |
smallint |
Identyfikator użytkownika, unikatowego w tej bazie danych. 1 = Właścicielem bazy danych Przepełnienie lub zwraca wartość NULL, jeśli liczba użytkowników i ról przekracza 32 767.Aby uzyskać więcej informacji zobacz Badanie katalogu systemu SQL Server. |
Stan |
smallint |
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
Nazwa |
sysname |
Nazwa użytkownika lub nazwę grupy, unikatowego w tej bazie danych. |
Identyfikator SID |
varbinary(85) |
Identyfikator zabezpieczeń dla tego wpisu. |
role |
varbinary(2048) |
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
CREATEDATE |
datetime |
Data konta został dodany. |
updatedate |
datetime |
Data ostatniej zmiany konta. |
altuid |
smallint |
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Przepełnienie lub zwraca wartość NULL, jeśli liczba użytkowników i ról przekracza 32 767.Aby uzyskać więcej informacji zobacz Badanie katalogu systemu SQL Server. |
hasło |
varbinary(256) |
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
GID |
smallint |
Identyfikator grupy, do której należy ten użytkownik.Jeśli UID jest taka sama, jak GID, ten wpis określa grupę.Przepełnienie lub zwraca wartość NULL, jeśli połączone grup i użytkowników przekracza 32 767.Aby uzyskać więcej informacji zobacz Badanie katalogu systemu SQL Server. |
Environ |
varchar(255) |
Zarezerwowane. |
hasdbaccess |
int |
1 = Konto ma dostęp do bazy danych. |
islogin |
int |
1 = Konto jest grupa systemu Windows, użytkownik systemu Windows lub SQL Server Użytkownik posiadający konto logowania. |
isntname |
int |
1 = Konto jest system Windows, grupy lub użytkownika systemu Windows. |
isntgroup |
int |
1 = Konto jest grupy systemu Windows. |
isntuser |
int |
1 = Się konto użytkownika systemu Windows. |
issqluser |
int |
1 = Konto jest SQL Server użytkownik. |
isaliased |
int |
1 = Konto znajduje się aliasu do innego użytkownika. |
issqlrole |
int |
1 = Konto jest SQL Server Rola. |
isapprole |
int |
1 = Konto jest rola aplikacji. |