Freigeben über


DacDeployOptions.DropDmlTriggersNotInSource Eigenschaft

Definition

Gibt mit einem booleschen Wert an, ob alle DML-Trigger, die nicht im Quellmodell vorhanden sind, gelöscht werden sollen.

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

Eigenschaftswert

"True", wenn DML-Trigger, die nicht im Quellmodell vorhanden sind, gelöscht werden sollen; andernfalls "false". Der Standardwert ist "true".

Attribute

Gilt für: