This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SqlServer.
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
- Publish
Dacpac Settings
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. |