Интерфейс 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. |
В начало
.gif)