Partager via


DacDeployOptions.DropConstraintsNotInSource Propriété

Définition

Obtient ou définit la valeur booléenne qui spécifie s'il faut supprimer toutes les contraintes qui n'existent pas dans le modèle source.

public bool DropConstraintsNotInSource { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DropConstraintsNotInSource")]
public bool DropConstraintsNotInSource { get; set; }
member this.DropConstraintsNotInSource : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DropConstraintsNotInSource")>]
member this.DropConstraintsNotInSource : bool with get, set
Public Property DropConstraintsNotInSource As Boolean

Valeur de propriété

True pour supprimer les contraintes absentes du modèle source ; sinon, False. La valeur par défaut est true.

Attributs

Remarques

Cela s’applique aux contraintes de validation, par défaut, de clé étrangère, de clé primaire et uniques.

S’applique à