Share via


ISqlServerOptions.IsAnsiNullDefaultOff Property

Gets or sets a value that models the ANSI_NULL_DFLT_OFF setting.

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

Syntax

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

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace