Compartir a través de


SqlDeploymentOptions.IgnoreDdlTriggerState Property

Definition

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

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

Property Value

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

Applies to