Freigeben über


DacDeployOptions.IgnoreAnsiNulls Eigenschaft

Definition

Gibt mit einem booleschen Wert an, ob die Option ANSI_NULL beim Vergleich von Quell- und Zielmodell unberücksichtigt bleiben 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, wenn Unterschiede in der ANSI_NULL-Option ignoriert werden sollen, andernfalls false. Der Standardwert ist "false".

Attribute

Gilt für: