DacDeployOptions.DisableAndReenableDdlTriggers Property

Definition

Get or set 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; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DisableAndReenableDdlTriggers")]
public bool DisableAndReenableDdlTriggers { get; set; }
member this.DisableAndReenableDdlTriggers : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DisableAndReenableDdlTriggers")>]
member this.DisableAndReenableDdlTriggers : bool with get, set
Public Property DisableAndReenableDdlTriggers As Boolean

Property Value

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

Attributes

Remarks

Triggers may remain disabled if an error occurs during execution.

Applies to