DacDeployOptions.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 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.