Partager via


Interface IPassword

Represents a SQL Server login password.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Interface IPassword
'Utilisation
Dim instance As IPassword
public interface IPassword
public interface class IPassword
type IPassword =  interface end
public interface IPassword

Le type IPassword expose les membres suivants.

Propriétés

  Nom Description
Propriété publique CheckExpiration Gets a value that indicates whether the password for the login account will automatically expire.
Propriété publique CheckPolicy Gets a value that indicates whether password policy is enforced for this login account.
Propriété publique IsHashed Gets a value that indicates whether the password is hashed.
Propriété publique MustChange Gets a value that indicates whether the password must be changed.
Propriété publique Value Gets the password value.

Haut de la page