This topic has not yet been rated - Rate this topic

ILoginOptions.PasswordPolicyEnforced Property

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.Boolean
A Boolean value that determines whether password policy is enforced.If True, the password policy is enforced. Otherwise, False.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.