IPassword 接口

Represents a SQL Server login password.

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

语法

声明
Public Interface IPassword
用法
Dim instance As IPassword
public interface IPassword
public interface class IPassword
type IPassword =  interface end
public interface IPassword

IPassword 类型公开以下成员。

属性

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

页首