次の方法で共有


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 です。

属性

適用対象