Propriedade do RDL Login.PasswordPolicyEnforced
Gets the Boolean property value that specifies whether password policy is enforced for this login account.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase, _
"false")> _
Public Property PasswordPolicyEnforced As Boolean
Get
Set
'Uso
Dim instance As Login
Dim value As Boolean
value = instance.PasswordPolicyEnforced
instance.PasswordPolicyEnforced = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase,
"false")]
public bool PasswordPolicyEnforced { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase,
L"false")]
public:
virtual property bool PasswordPolicyEnforced {
bool get () sealed;
void set (bool value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase,
"false")>]
abstract PasswordPolicyEnforced : bool with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase,
"false")>]
override PasswordPolicyEnforced : bool with get, set
final function get PasswordPolicyEnforced () : boolean
final function set PasswordPolicyEnforced (value : boolean)
Valor da propriedade
Tipo: System.Boolean
A Boolean value that specifies whether password policy is enforced for this login account.If True, password policy is enforced for this login account.If False (default), password policy is not enforced for this login account.
Implementa
ILoginOptions.PasswordPolicyEnforced
Exemplos
Gerenciando usuários, funções e logons
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo