DacDeployOptions.IgnoreDmlTriggerOrder Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere l'ordine di trigger DML dalla considerazione durante il confronto del modello di origine e di destinazione.

public bool IgnoreDmlTriggerOrder { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreDmlTriggerOrder")]
public bool IgnoreDmlTriggerOrder { get; set; }
member this.IgnoreDmlTriggerOrder : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreDmlTriggerOrder")>]
member this.IgnoreDmlTriggerOrder : bool with get, set
Public Property IgnoreDmlTriggerOrder As Boolean

Valore della proprietà

True per ignorare le differenze nell'ordine dei trigger DDL; in caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a