Compartir a través de


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

Arriba