DacDeployOptions.DropConstraintsNotInSource Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts vom Typ Boolean, der angibt, ob alle Einschränkungen entfernt werden sollen, die im Quellmodell nicht vorhanden sind.

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

Eigenschaftswert

True, um Einschränkungen nicht im Quellmodell abzulegen; andernfalls "false". Der Standardwert ist "True".

Attribute

Hinweise

Dies gilt für Check-, Standard-, Fremdschlüssel-, Primärschlüssel- und eindeutige Einschränkungen.

Gilt für: