Partilhar via


DacDeployOptions.IgnoreWithNocheckOnCheckConstraints Propriedade

Definição

Obtenha ou defina booleano que especifica se a opção CHECK|NO CHECK de um objeto de restrição CHECK deve ser considerada ao comparar o modelo de origem e de destino.

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

Valor da propriedade

True para ignorar a opção CHECK|NO CHECK de um objeto de restrição CHECK; caso contrário, false. O padrão é false.

Atributos

Aplica-se a