IPassword.CheckExpiration Property

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property CheckExpiration As Boolean
    Get
'Usage
Dim instance As IPassword
Dim value As Boolean

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

Property Value

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