Share via


ISqlServerOptions.IsAnsiNullDefaultOff Property

Gets or sets whether AnsiNull default is off.

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

Syntax

'Declaration
Property IsAnsiNullDefaultOff As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ISqlServerOptions
Dim value As Nullable(Of Boolean)

value = instance.IsAnsiNullDefaultOff

instance.IsAnsiNullDefaultOff = value
Nullable<bool> IsAnsiNullDefaultOff { get; set; }
property Nullable<bool> IsAnsiNullDefaultOff {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsAnsiNullDefaultOff () : Nullable<boolean>
function set IsAnsiNullDefaultOff (value : Nullable<boolean>)
abstract IsAnsiNullDefaultOff : Nullable<bool> with get, set

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

ISqlServerOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace