DacDeployOptions.IgnoreDmlTriggerState 属性

定义

获取或设置一个布尔值,用于指定在比较源模型和目标模型时,是否不考虑 DML 触发器状态。

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

属性值

如果要忽略 DML 触发器状态差异,则为 true;否则为 false。 默认值为 false。

属性

适用于