Propriété CheckExpiration
Gets a value that indicates whether the password for the login account will automatically expire.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property CheckExpiration As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
true if the password will automatically expire; otherwise, false.
Voir aussi