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에서 상속됨) |
맨 위로 이동