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 | |
|---|---|---|
![]() |
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. |
Haut de la page
.gif)