Свойство DacDeployOptions.DisableAndReenableDdlTriggers

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.

Пространство имен:  Microsoft.SqlServer.Dac
Сборка:  Microsoft.SqlServer.Dac (в Microsoft.SqlServer.Dac.dll)

Синтаксис

'Декларация
Public Property DisableAndReenableDdlTriggers As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Boolean
True to disable DDL triggers during deployment; otherwise, false. Default is true.

Замечания

Triggers may remain disabled if an error occurs during execution.

См. также

Справочник

DacDeployOptions Класс

Пространство имен Microsoft.SqlServer.Dac