DacDeployOptions.DropDmlTriggersNotInSource プロパティ

定義

ソース モデルに存在しないすべての DML トリガーを削除するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

ソース モデルにない DML トリガーを削除する場合は True。それ以外の場合は false。 既定値は True です。

属性

適用対象