DacDeployOptions.IgnoreWithNocheckOnForeignKeys プロパティ

定義

FOREIGN KEY の CHECK|NO CHECK オプションを除外するかどうかを指定するブール値を取得または設定します。
ソースモデルとターゲットモデルを比較する際の考慮事項から制約オブジェクト。

public bool IgnoreWithNocheckOnForeignKeys { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreWithNocheckOnForeignKeys")]
public bool IgnoreWithNocheckOnForeignKeys { get; set; }
member this.IgnoreWithNocheckOnForeignKeys : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreWithNocheckOnForeignKeys")>]
member this.IgnoreWithNocheckOnForeignKeys : bool with get, set
Public Property IgnoreWithNocheckOnForeignKeys As Boolean

プロパティ値

TRUE を指定すると、FOREIGN KEY 制約オブジェクトの CHECK|NO CHECK オプションが無視されます。それ以外の場合は false。 既定値は falseです。

属性

適用対象