Share via


SqlDeploymentOptions.IgnoreDmlTriggerOrder Property

Definition

Get boolean that specifies whether to exclude DML trigger order from consideration when comparing the source and target model.

public bool IgnoreDmlTriggerOrder { get; }
member this.IgnoreDmlTriggerOrder : bool
Public ReadOnly Property IgnoreDmlTriggerOrder As Boolean

Property Value

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

Applies to