Condividi tramite


Interfaccia IPassword

Represents a SQL Server login password.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Public Interface IPassword
'Utilizzo
Dim instance As IPassword
public interface IPassword
public interface class IPassword
type IPassword =  interface end
public interface IPassword

Nel tipo IPassword sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica CheckExpiration Gets a value that indicates whether the password for the login account will automatically expire.
Proprietà pubblica CheckPolicy Gets a value that indicates whether password policy is enforced for this login account.
Proprietà pubblica IsHashed Gets a value that indicates whether the password is hashed.
Proprietà pubblica MustChange Gets a value that indicates whether the password must be changed.
Proprietà pubblica Value Gets the password value.

In alto