Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Property DisableAndReenableDdlTriggers As Boolean
Get
Set
'Usage
Dim instance As DacDeployOptions
Dim value As Boolean
value = instance.DisableAndReenableDdlTriggers
instance.DisableAndReenableDdlTriggers = value
public bool DisableAndReenableDdlTriggers { get; set; }
public:
property bool DisableAndReenableDdlTriggers {
bool get ();
void set (bool value);
}
member DisableAndReenableDdlTriggers : bool with get, set
function get DisableAndReenableDdlTriggers () : boolean
function set DisableAndReenableDdlTriggers (value : boolean)
Property Value
Type: System.Boolean
True to disable DDL triggers during deployment; otherwise, false. Default is true.
Remarks
Triggers may remain disabled if an error occurs during execution.