TSqlObjectOptions.AnsiNulls Property
Gets or sets a value that indicates whether the ANSI_NULLS connection setting for objects is on or off.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property AnsiNulls As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As TSqlObjectOptions
Dim value As Nullable(Of Boolean)
value = instance.AnsiNulls
instance.AnsiNulls = value
public Nullable<bool> AnsiNulls { get; set; }
public:
property Nullable<bool> AnsiNulls {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member AnsiNulls : Nullable<bool> with get, set
function get AnsiNulls () : Nullable<boolean>
function set AnsiNulls (value : Nullable<boolean>)
Property Value
Type: System.Nullable<Boolean>
true if the ANSI_NULLS connection setting for objects is on or off; otherwise, false.