Freigeben über


IPassword-Schnittstelle

Represents a 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 IPassword
'Usage
Dim instance As IPassword
public interface IPassword
public interface class IPassword
type IPassword =  interface end
public interface IPassword

Der IPassword-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang