PublishDacpacSettings.

DisableAndReenableDdlTriggers Property

Summary

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.
Assembly
Cake.SqlServer.dll
Namespace
Cake.SqlServer
Containing Type
PublishDacpacSettings

Syntax

public bool DisableAndReenableDdlTriggers { get; set; }

Remarks

Triggers may remain disabled if an error occurs during execution.

Value

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