ILoginOptions.PasswordPolicyEnforced Property
SQL Server 2012
Gets or sets the Boolean value that determines whether the login password must adhere to a policy.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayDescriptionKeyAttribute("Login_PasswordPolicyEnforcedDesc")] [DisplayNameKeyAttribute("Login_PasswordPolicyEnforcedName")] bool PasswordPolicyEnforced { get; set; }
Property Value
Type: System.BooleanA Boolean value that determines whether password policy is enforced.If True, the password policy is enforced. Otherwise, False.
