Интерфейс IPassword

Represents a SQL Server login password.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Public Interface IPassword
'Применение
Dim instance As IPassword
public interface IPassword
public interface class IPassword
type IPassword =  interface end
public interface IPassword

Тип IPassword обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство 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.

В начало