DacDeployOptions.DropObjectsNotInSource Property

Definition

Get or set boolean that specifies whether objects that exist in the target but not source should be dropped during deployment.

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

Property Value

True if objects that exist in the target but not source should be dropped; otherwise false. Default is false.

Attributes

Applies to