Share via


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

IMutablePassword 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 CheckExpiration Gets or sets a value that indicates whether the password for the login account will automatically expire.
공용 속성 CheckPolicy Gets or sets a value that indicates whether password policy is enforced for this login account.
공용 속성 IsHashed Gets or sets a value that indicates whether the password is hashed.
공용 속성 MustChange Gets or sets a value that indicates whether the password must be changed.
공용 속성 Value Gets or sets the password value.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스