Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.