Freigeben über


DacDeployOptions.DropConstraintsNotInSource Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob alle Einschränkungen, die nicht im Quellmodell vorhanden sind, gelöscht werden sollen, oder legt diesen fest.

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", wenn Einschränkungen, die nicht im Quellmodell vorhanden sind, gelöscht werden sollen, andernfalls "false". Der Standardwert ist "true".

Attribute

Hinweise

Dies gilt für CHECK-, DEFAULT-, FOREIGN KEY-, PRIMARY KEY- und UNIQUE-Einschränkungen.

Gilt für: