DacDeployOptions.DropObjectsNotInSource Propriété

Définition

Obtenez ou définissez la valeur booléenne qui spécifie si les objets qui existent dans la cible, mais pas la source ne doivent pas être supprimés pendant le 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 la source ne doivent pas être supprimés ; sinon false. La valeur par défaut est false.

Attributs

S’applique à