Compartir a través de


SqlDeploymentOptions.DisableAndReenableDdlTriggers Property

Definition

Get boolean that specifies if all DDL triggers will be disabled for the duration of the deployment operation and then re-enabled after all changes are applied.

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

Property Value

True to disable DDL triggers during deployment; otherwise, false. Default is true.

Remarks

Triggers may remain disabled if an error occurs during execution.

Applies to