IMutablePassword 接口

Represents a mutable SQL Server login password.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public Interface IMutablePassword _
    Inherits IPassword
用法
Dim instance As IMutablePassword
public interface IMutablePassword : IPassword
public interface class IMutablePassword : IPassword
type IMutablePassword =  
    interface
        interface IPassword
    end
public interface IMutablePassword extends IPassword

属性

  名称 说明
公共属性 CheckExpiration Gets or sets a value that indicates whether the password for the login account will automatically expire.
公共属性 CheckExpiration Gets a value that indicates whether the password for the login account will automatically expire. (从 IPassword 继承。)
公共属性 CheckPolicy Gets or sets a value that indicates whether password policy is enforced for this login account.
公共属性 CheckPolicy Gets a value that indicates whether password policy is enforced for this login account. (从 IPassword 继承。)
公共属性 IsHashed Gets or sets a value that indicates whether the password is hashed.
公共属性 IsHashed Gets a value that indicates whether the password is hashed. (从 IPassword 继承。)
公共属性 MustChange Gets or sets a value that indicates whether the password must be changed.
公共属性 MustChange Gets a value that indicates whether the password must be changed. (从 IPassword 继承。)
公共属性 Value Gets or sets the password value.
公共属性 Value Gets the password value. (从 IPassword 继承。)

页首