다음을 통해 공유


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에서 상속됨)

맨 위로 이동