Propriedade do RDL TSqlObjectOptions.AnsiNulls
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 (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public Property AnsiNulls As Nullable(Of Boolean)
Get
Set
'Uso
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>)
Valor da propriedade
Tipo: System.Nullable<Boolean>
true if the ANSI_NULLS connection setting for objects is on or off; otherwise, false.