Partager via


Interface IMutablePassword

Represents a mutable SQL Server login password.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Interface IMutablePassword _
    Inherits IPassword
'Utilisation
Dim instance As IMutablePassword
public interface IMutablePassword : IPassword
public interface class IMutablePassword : IPassword
type IMutablePassword =  
    interface
        interface IPassword
    end
public interface IMutablePassword extends IPassword

Propriétés

  Nom Description
Propriété publique CheckExpiration Gets or sets a value that indicates whether the password for the login account will automatically expire.
Propriété publique CheckExpiration Gets a value that indicates whether the password for the login account will automatically expire. (hérité de IPassword.)
Propriété publique CheckPolicy Gets or sets a value that indicates whether password policy is enforced for this login account.
Propriété publique CheckPolicy Gets a value that indicates whether password policy is enforced for this login account. (hérité de IPassword.)
Propriété publique IsHashed Gets or sets a value that indicates whether the password is hashed.
Propriété publique IsHashed Gets a value that indicates whether the password is hashed. (hérité de IPassword.)
Propriété publique MustChange Gets or sets a value that indicates whether the password must be changed.
Propriété publique MustChange Gets a value that indicates whether the password must be changed. (hérité de IPassword.)
Propriété publique Value Gets or sets the password value.
Propriété publique Value Gets the password value. (hérité de IPassword.)

Haut de la page