Share via


ISql90Login.IsCheckExpirationOn Property

Gets or sets a value that models the CHECK_EXPIRATION option.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsCheckExpirationOn As Boolean
bool IsCheckExpirationOn { get; set; }
property bool IsCheckExpirationOn {
    bool get ();
    void set (bool value);
}
abstract IsCheckExpirationOn : bool with get, set
function get IsCheckExpirationOn () : boolean
function set IsCheckExpirationOn (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90Login Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace