ISqlSpecifiesAnsiNulls.IsAnsiNullsOn Property

Gets or sets whether AnsiNulls is on.

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

Syntax

'Declaration
Property IsAnsiNullsOn As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ISqlSpecifiesAnsiNulls
Dim value As Nullable(Of Boolean)

value = instance.IsAnsiNullsOn

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

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISqlSpecifiesAnsiNulls Interface

ISqlSpecifiesAnsiNulls Members

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