Skip to content

Commit af767c7

Browse files
authored
Merge pull request #24531 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 676a92c + 14202a3 commit af767c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/loginproperty-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ LOGINPROPERTY ( 'login_name' , 'property_name' )
6161
|**DefaultDatabase**|Returns the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] login default database as stored in metadata or **master** if no database is specified. Returns NULL for non-[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] provisioned users (for example, Windows authenticated users).|
6262
|**DefaultLanguage**|Returns the login default language as stored in metadata. Returns NULL for non-[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] provisioned users, for example, Windows authenticated users.|
6363
|**HistoryLength**|Returns the number of passwords tracked for the login, using the password-policy enforcement mechanism. 0 if the password policy is not enforced. Resuming password policy enforcement restarts at 1.|
64-
|**IsExpired**|Indicates whether the login has expired.|
64+
|**IsExpired**|Indicates whether the login's password has expired.|
6565
|**IsLocked**|Indicates whether the login is locked.|
6666
|**IsMustChange**|Indicates whether the login must change its password the next time it connects.|
6767
|**LockoutTime**|Returns the date when the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] login was locked out because it had exceeded the permitted number of failed login attempts.|

0 commit comments

Comments
 (0)