다음을 통해 공유


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.

맨 위로 이동