Compartir a través de


SqlDeploymentOptions.IgnoreWithNocheckOnCheckConstraints Property

Definition

Get boolean that specifies whether to exclude the CHECK|NO CHECK option of a CHECK constraint object from consideration when comparing the source and target model.

public bool IgnoreWithNocheckOnCheckConstraints { get; }
member this.IgnoreWithNocheckOnCheckConstraints : bool
Public ReadOnly Property IgnoreWithNocheckOnCheckConstraints As Boolean

Property Value

True to ignore the CHECK|NO CHECK option of a CHECK constraint object; otherwise, false. Default is false.

Applies to