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.Deployment
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public ReadOnly Property DisableAndReenableDdlTriggers As Boolean
Get
用法
Dim instance As SqlDeploymentOptions
Dim value As Boolean
value = instance.DisableAndReenableDdlTriggers
public bool DisableAndReenableDdlTriggers { get; }
public:
property bool DisableAndReenableDdlTriggers {
bool get ();
}
member DisableAndReenableDdlTriggers : bool
function get DisableAndReenableDdlTriggers () : 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.