DacDeployOptions.DropConstraintsNotInSource Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.