Compartir a través de


DacDeployOptions.DropDmlTriggersNotInSource Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se deben quitar todos los desencadenadores DML que no existen en el modelo de origen.

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

Valor de propiedad

True para quitar los desencadenadores DML que no están en el modelo de origen; de lo contrario, false. El valor predeterminado es true.

Atributos

Se aplica a