Partilhar via


Interface IMutablePassword

Represents a mutable SQL Server login password.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Public Interface IMutablePassword _
    Inherits IPassword
'Uso
Dim instance As IMutablePassword
public interface IMutablePassword : IPassword
public interface class IMutablePassword : IPassword
type IMutablePassword =  
    interface
        interface IPassword
    end
public interface IMutablePassword extends IPassword

Propriedades

  Nome Descrição
Propriedade pública CheckExpiration Gets or sets a value that indicates whether the password for the login account will automatically expire.
Propriedade pública CheckExpiration Gets a value that indicates whether the password for the login account will automatically expire. (Herdado de IPassword.)
Propriedade pública CheckPolicy Gets or sets a value that indicates whether password policy is enforced for this login account.
Propriedade pública CheckPolicy Gets a value that indicates whether password policy is enforced for this login account. (Herdado de IPassword.)
Propriedade pública IsHashed Gets or sets a value that indicates whether the password is hashed.
Propriedade pública IsHashed Gets a value that indicates whether the password is hashed. (Herdado de IPassword.)
Propriedade pública MustChange Gets or sets a value that indicates whether the password must be changed.
Propriedade pública MustChange Gets a value that indicates whether the password must be changed. (Herdado de IPassword.)
Propriedade pública Value Gets or sets the password value.
Propriedade pública Value Gets the password value. (Herdado de IPassword.)

Início