共用方式為


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

屬性值

True 表示卸除不存在於來源模型中的 DML 觸發程序,否則為 false。 預設值為 true。

屬性

適用於