CheckExpiration Propiedad
Gets a value that indicates whether the password for the login account will automatically expire.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
ReadOnly Property CheckExpiration As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if the password will automatically expire; otherwise, false.
Vea también