DacDeployOptions.IgnoreDmlTriggerOrder 属性

定义

获取或设置布尔值,该布尔值指定在比较源模型和目标模型时是否不考虑 DML 触发器顺序。

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

属性值

如果要忽略 DDL 触发器顺序差异,则为 true;否则为 false。 默认值为 false。

属性

适用于