Condividi tramite


DacDeployOptions.DropObjectsNotInSource Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se gli oggetti che esistono nella destinazione, ma non nell'origine, devono essere eliminati durante la distribuzione.

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

Valore della proprietà

True se gli oggetti che esistono nella destinazione ma non nell'origine devono essere eliminati; in caso contrario, false. L'impostazione predefinita è false.

Attributi

Si applica a