Partilhar via


Propriedade do RDL CheckExpiration

Gets or sets 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 (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Property CheckExpiration As Boolean
    Get
    Set
'Uso
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)

Valor da propriedade

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

Implementa

IPassword. . :: . .CheckExpiration