Interface IPassword
Represents a SQL Server login password.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public Interface IPassword
'Uso
Dim instance As IPassword
public interface IPassword
public interface class IPassword
type IPassword = interface end
public interface IPassword
O tipo IPassword expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início