DacDeployOptions.IgnoreDdlTriggerState 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置布尔值,该值指定在比较源模型和目标模型时是否不考虑 DDL 触发器状态。
public bool IgnoreDdlTriggerState { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreDdlTriggerState")]
public bool IgnoreDdlTriggerState { get; set; }
member this.IgnoreDdlTriggerState : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreDdlTriggerState")>]
member this.IgnoreDdlTriggerState : bool with get, set
Public Property IgnoreDdlTriggerState As Boolean
属性值
如果忽略 DDL 触发器状态中的差异,则为 true;否则为 false。 默认值为 false。
- 属性