DacDeployOptions.IgnoreWithNocheckOnForeignKeys 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.
Obtenir ou définir une valeur booléenne qui spécifie s’il faut exclure l’option CHECK|NO CHECK d’une CLÉ ÉTRANGÈRE
objet de contrainte pris en considération lors de la comparaison du modèle source et cible.
public bool IgnoreWithNocheckOnForeignKeys { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreWithNocheckOnForeignKeys")]
public bool IgnoreWithNocheckOnForeignKeys { get; set; }
member this.IgnoreWithNocheckOnForeignKeys : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreWithNocheckOnForeignKeys")>]
member this.IgnoreWithNocheckOnForeignKeys : bool with get, set
Public Property IgnoreWithNocheckOnForeignKeys As Boolean
Valeur de propriété
True pour ignorer l'option CHECK|NO CHECK d'un objet de contrainte FOREIGN KEY ; sinon, false. La valeur par défaut est false.
- Attributs