SqlDeploymentOptions.DisableAndReenableDdlTriggers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.