Aracılığıyla paylaş


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 noteImportant 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.

sütun Name

Veri türü

Açıklama

UID

smallint

Kullanıcı KIMLIĞI, bu veritabanındaki benzersiz.

1 Veritabanı sahibi =

Kullanıcılar ve roller 32.767 aşarsa, NULL döndürüyor ya da uzaklıklarını aşıyor.Daha fazla bilgi için bkz: SQL Server Sistem kataloğu sorgulanıyor..

Durum

smallint

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

Ad

sysname

Kullanıcı adı veya grup adı, bu veritabanındaki benzersiz.

sıd

varbinary(85)

Bu giriş güvenlik tanımlayıcısı.

roller

varbinary(2048)

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

CREATEDATE

datetime

Tarih, hesap eklendi.

updatedate

datetime

Hesabın en son değiştirildiği tarih.

altuid

smallint

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

Kullanıcılar ve roller 32.767 aşarsa, NULL döndürüyor ya da uzaklıklarını aşıyor.Daha fazla bilgi için bkz: SQL Server Sistem kataloğu sorgulanıyor..

PAROLA

varbinary(256)

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

GID

smallint

Bu kullanıcının ait olduğu grup KIMLIĞI.If UID ile aynıdırGID, bu girdi, Grup tanımlar.Taşıyor veya birleştirilmiş grupların ve kullanıcıların sayısını 32.767 aşarsa, NULL döndürüyor.Daha fazla bilgi için bkz: SQL Server Sistem kataloğu sorgulanıyor..

environ

varchar(255)

Ayrılmış.

hasdbaccess

int

1 = Veritabanı erişim hesabı vardır.

islogin

int

1 = Windows grubu, bir Windows kullanıcı hesabı olan veya SQL Server oturum açma hesabı olan kullanıcı.

isntname

int

1 = Windows grubu ya da Windows kullanıcı hesabıdır.

isntgroup

int

1 = Windows grubu bir hesaptır.

isntuser

int

1 = Bir Windows kullanıcısı bir hesaptır.

issqluser

int

1 = Hesap olan bir SQL Server Kullanıcı.

isaliased

int

1 = Diğer ad verilen başka bir kullanıcıya bir hesaptır.

issqlrole

int

1 = Hesap olan bir SQL Server Rol.

isapprole

int

1 = Uygulama rolü bir hesaptır.