Partilhar via


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
Propriedade pública CheckExpiration Gets a value that indicates whether the password for the login account will automatically expire.
Propriedade pública CheckPolicy Gets a value that indicates whether password policy is enforced for this login account.
Propriedade pública IsHashed Gets a value that indicates whether the password is hashed.
Propriedade pública MustChange Gets a value that indicates whether the password must be changed.
Propriedade pública Value Gets the password value.

Início