Freigeben über


DacDeployOptions.DropObjectsNotInSource Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob Objekte, die zwar im Ziel, jedoch nicht in der Quelle vorhanden sind, während der Bereitstellung gelöscht werden sollen, oder legt ihn fest.

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, jedoch nicht in der Quelle vorhanden sind, gelöscht werden sollen, andernfalls false. Der Standardwert ist "false".

Attribute

Gilt für: