Свойство CheckExpiration
Gets 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)
Синтаксис
'Декларация
ReadOnly Property CheckExpiration As Boolean
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Boolean
true if the password will automatically expire; otherwise, false.
См. также