DacDeployOptions.IgnoreWithNocheckOnCheckConstraints プロパティ

定義

ソース モデルとターゲット モデルを比較する際の考慮の対象から CHECK 制約オブジェクトの CHECK|NO 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

プロパティ値

CHECK 制約オブジェクトの CHECK|NO CHECK オプションを無視する場合は true、それ以外の場合は false。 既定値は false です。

属性

適用対象