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。

属性

适用于