DacDeployOptions.IgnoreWithNocheckOnCheckConstraints Свойство

Определение

Возвращает или задает логическое значение, указывающее, следует ли исключать из рассмотрения параметр CHECK|NO CHECK объекта ограничения CHECK при сравнении исходной и целевой моделей.

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

Значение свойства

Значение true, чтобы игнорировать параметр CHECK|NO CHECK объекта ограничения CHECK; в противном случае — значение false. Значение по умолчанию — false.

Атрибуты

Применяется к