Интерфейс IMutablePassword
Represents a mutable SQL Server login password.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public Interface IMutablePassword _
Inherits IPassword
'Применение
Dim instance As IMutablePassword
public interface IMutablePassword : IPassword
public interface class IMutablePassword : IPassword
type IMutablePassword =
interface
interface IPassword
end
public interface IMutablePassword extends IPassword
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
CheckExpiration | Gets or sets a value that indicates whether the password for the login account will automatically expire. |
![]() |
CheckExpiration | Gets a value that indicates whether the password for the login account will automatically expire. (Производный от IPassword.) |
![]() |
CheckPolicy | Gets or sets a value that indicates whether password policy is enforced for this login account. |
![]() |
CheckPolicy | Gets a value that indicates whether password policy is enforced for this login account. (Производный от IPassword.) |
![]() |
IsHashed | Gets or sets a value that indicates whether the password is hashed. |
![]() |
IsHashed | Gets a value that indicates whether the password is hashed. (Производный от IPassword.) |
![]() |
MustChange | Gets or sets a value that indicates whether the password must be changed. |
![]() |
MustChange | Gets a value that indicates whether the password must be changed. (Производный от IPassword.) |
![]() |
Value | Gets or sets the password value. |
![]() |
Value | Gets the password value. (Производный от IPassword.) |
В начало
.gif)