다음을 통해 공유


CheckExpiration 속성

Gets or sets a value that indicates whether the password for the login account will automatically expire.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Property CheckExpiration As Boolean
    Get
    Set
‘사용 방법
Dim instance As IMutablePassword
Dim value As Boolean

value = instance.CheckExpiration

instance.CheckExpiration = value
bool CheckExpiration { get; set; }
property bool CheckExpiration {
    bool get ();
    void set (bool value);
}
abstract CheckExpiration : bool with get, set
function get CheckExpiration () : boolean
function set CheckExpiration (value : boolean)

속성 값

유형: System. . :: . .Boolean
true if the password will automatically expire; otherwise, false.

구현

IPassword. . :: . .CheckExpiration