Share via


ISqlServerOptions.DisableDefaultConstraintChecking Property

Gets or sets a value that models the DISABLE_DEF_CNST_CHK setting.

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

Syntax

'Declaration
Property DisableDefaultConstraintChecking As Nullable(Of Boolean)
Nullable<bool> DisableDefaultConstraintChecking { get; set; }
property Nullable<bool> DisableDefaultConstraintChecking {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract DisableDefaultConstraintChecking : Nullable<bool> with get, set
function get DisableDefaultConstraintChecking () : Nullable<boolean>
function set DisableDefaultConstraintChecking (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace