Compartir a través de


DacDeployOptions.IgnoreWithNocheckOnCheckConstraints Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se debe excluir la opción CHECK|NO CHECK de un objeto de restricción CHECK al comparar el modelo de origen y 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 de propiedad

Es true para omitir la opción CHECK|NO CHECK de un objeto de restricción CHECK; de lo contrario, es false. El valor predeterminado es False.

Atributos

Se aplica a