Share via


ISqlDatabaseOptions.IsAnsiNullDefaultOn Property

Gets or sets a value that models the ANSI_NULLS_DEFAULT option.

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlDatabaseOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace