Interfaz IPassword
Represents a SQL Server login password.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public Interface IPassword
'Uso
Dim instance As IPassword
public interface IPassword
public interface class IPassword
type IPassword = interface end
public interface IPassword
El tipo IPassword expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
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. |
Arriba
.gif)