Partager via


DacDeployOptions.IgnoreWithNocheckOnCheckConstraints Propriété

Définition

Obtient ou définit la valeur booléenne qui spécifie s'il faut ignorer l'option CHECK|NO CHECK de l'objet de contrainte de validation dans la comparaison des modèles source et cible.

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

Valeur de propriété

True pour ignorer l'option CHECK|NO CHECK d'un objet de contrainte de validation, sinon, false. La valeur par défaut est false.

Attributs

S’applique à