Freigeben über


DacDeployOptions.IgnoreWithNocheckOnCheckConstraints Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob die CHECK|NO CHECK-Option eines CHECK-Einschränkungsobjekts beim Vergleich von Quell- und Zielmodell unberücksichtigt bleiben soll, oder legt diesen fest.

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

Eigenschaftswert

True, wenn die CHECK|NO CHECK-Option eines Objekts für eine CHECK-Einschränkung ignoriert werden soll, andernfalls false. Der Standardwert ist "false".

Attribute

Gilt für: