Condividi tramite


DacDeployOptions.DropDmlTriggersNotInSource Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se eliminare tutti i trigger DML che non esistono nel modello di origine.

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

Valore della proprietà

True per eliminare i trigger DML nel modello di origine; in caso contrario, false. Il valore predefinito è true.

Attributi

Si applica a