sys.sql_logins (języka Transact-SQL)
Zwraca jeden wiersz dla każdego identyfikatora logowania programu SQL.
Nazwa kolumna |
Typ danych |
Description |
---|---|---|
<inherited columns> |
-- |
Dziedziczy sys.server_principals. |
is_policy_checked |
bit |
Zasady haseł jest sprawdzana. |
is_expiration_checked |
bit |
Wygaśnięcie hasła jest sprawdzane. |
password_hash |
varbinary(256) |
Wartość mieszania hasła logowania SQL. |
Aby uzyskać listę kolumn, które dziedziczą z tego widoku zobacz sys.server_principals (języka Transact-SQL).
Uprawnienia
In SQL Server 2005 and later versions, the visibility of the metadata in catalog views is limited to securables that a user either owns or on which the user has been granted some permission.Aby uzyskać więcej informacji zobaczKonfiguracja widoczność metadane.
See Also