DacDeployOptions.IgnoreDdlTriggerState Property

Definition

Get or set boolean that specifies whether to exclude DDL trigger state from consideration when comparing the source and target model.

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

Property Value

True to ignore differences in DDL trigger state; otherwise, false. Default is false.

Attributes

Applies to