Share via


ISql90Login.IsCheckPolicyOn Property

Gets or sets a value that models the CHECK_POLICY option.

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90Login Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace