Partager via


DacDeployOptions.DropObjectsNotInSource Propriété

Définition

Obtient ou définit la valeur booléenne qui spécifie si les objets qui existent dans la cible mais pas dans la source doivent être supprimés lors du déploiement.

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

Valeur de propriété

True si les objets qui existent dans la cible mais pas dans la source doivent être supprimés ; sinon false. La valeur par défaut est false.

Attributs

S’applique à