Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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>)
Eigenschaftswert
Typ: System.Nullable<Boolean>
true if the ANSI_NULLS connection setting for objects is on or off; otherwise, false.