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. |
맨 위로 이동