共用方式為


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。

屬性

適用於