Sprache

DacDeployOptions.IgnoreAnsiNulls Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Werts vom Typ Boolean, der angibt, ob beim Vergleichen des Quell- und Zielmodells die option ANSI_NULL ausgeschlossen werden soll.

public bool IgnoreAnsiNulls { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreAnsiNulls")]
public bool IgnoreAnsiNulls { get; set; }
member this.IgnoreAnsiNulls : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreAnsiNulls")>]
member this.IgnoreAnsiNulls : bool with get, set
Public Property IgnoreAnsiNulls As Boolean

Eigenschaftswert

True, um Unterschiede in der option ANSI_NULL zu ignorieren; andernfalls "false". Die Standardeinstellung ist "false".

Attribute

Gilt für: