sys.sql_logins (Transact-SQL)
为每个 SQL 登录名返回一行。
列名 |
数据类型 |
说明 |
---|---|---|
<继承列> |
-- |
从 sys.server_principals 继承的列。 |
is_policy_checked |
bit |
检查密码策略。 |
is_expiration_checked |
bit |
检查密码过期。 |
password_hash |
varbinary(256) |
SQL 登录密码的哈希。 |
有关此视图所继承列的列表,请参阅sys.server_principals (Transact-SQL)。