Freigeben über


IMutablePassword-Schnittstelle

Represents a mutable SQL Server login password.

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

Syntax

'Declaration
Public Interface IMutablePassword _
    Inherits IPassword
'Usage
Dim instance As IMutablePassword
public interface IMutablePassword : IPassword
public interface class IMutablePassword : IPassword
type IMutablePassword =  
    interface
        interface IPassword
    end
public interface IMutablePassword extends IPassword

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CheckExpiration Gets or sets a value that indicates whether the password for the login account will automatically expire.
Öffentliche Eigenschaft CheckExpiration Gets a value that indicates whether the password for the login account will automatically expire. (Geerbt von IPassword.)
Öffentliche Eigenschaft CheckPolicy Gets or sets a value that indicates whether password policy is enforced for this login account.
Öffentliche Eigenschaft CheckPolicy Gets a value that indicates whether password policy is enforced for this login account. (Geerbt von IPassword.)
Öffentliche Eigenschaft IsHashed Gets or sets a value that indicates whether the password is hashed.
Öffentliche Eigenschaft IsHashed Gets a value that indicates whether the password is hashed. (Geerbt von IPassword.)
Öffentliche Eigenschaft MustChange Gets or sets a value that indicates whether the password must be changed.
Öffentliche Eigenschaft MustChange Gets a value that indicates whether the password must be changed. (Geerbt von IPassword.)
Öffentliche Eigenschaft Value Gets or sets the password value.
Öffentliche Eigenschaft Value Gets the password value. (Geerbt von IPassword.)

Zum Anfang