共用方式為


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.

上層