言語

DacDeployOptions.DisableAndReenableDdlTriggers プロパティ

定義

すべての DDL トリガーをデプロイ操作の期間中無効にし、すべての変更が適用された後に再度有効にするかどうかを指定するブール値を取得または設定します。

public bool DisableAndReenableDdlTriggers { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DisableAndReenableDdlTriggers")]
public bool DisableAndReenableDdlTriggers { get; set; }
member this.DisableAndReenableDdlTriggers : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DisableAndReenableDdlTriggers")>]
member this.DisableAndReenableDdlTriggers : bool with get, set
Public Property DisableAndReenableDdlTriggers As Boolean

プロパティ値

True の 場合、デプロイ中に DDL トリガーを無効にします。それ以外の場合は false。 既定値は True です。

属性

注釈

実行中にエラーが発生した場合、トリガーは無効のままになることがあります。

適用対象