Compartir a través de


Interfaz IMutablePassword

Represents a mutable SQL Server login password.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
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

Propiedades

  Nombre Descripción
Propiedad pública CheckExpiration Gets or sets a value that indicates whether the password for the login account will automatically expire.
Propiedad pública CheckExpiration Gets a value that indicates whether the password for the login account will automatically expire. (Se hereda de IPassword.)
Propiedad pública CheckPolicy Gets or sets a value that indicates whether password policy is enforced for this login account.
Propiedad pública CheckPolicy Gets a value that indicates whether password policy is enforced for this login account. (Se hereda de IPassword.)
Propiedad pública IsHashed Gets or sets a value that indicates whether the password is hashed.
Propiedad pública IsHashed Gets a value that indicates whether the password is hashed. (Se hereda de IPassword.)
Propiedad pública MustChange Gets or sets a value that indicates whether the password must be changed.
Propiedad pública MustChange Gets a value that indicates whether the password must be changed. (Se hereda de IPassword.)
Propiedad pública Value Gets or sets the password value.
Propiedad pública Value Gets the password value. (Se hereda de IPassword.)

Arriba