DacDeployOptions.DropObjectsNotInSource Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts vom Typ Boolean, der angibt, ob Objekte, die im Ziel vorhanden sind, jedoch nicht während der Bereitstellung gelöscht werden sollen.

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

Eigenschaftswert

True, wenn Objekte, die im Ziel vorhanden sind, aber keine Quelle gelöscht werden sollen; andernfalls "false". Die Standardeinstellung ist "false".

Attribute

Gilt für: