DacDeployOptions.IgnoreDmlTriggerState Proprietà

Definizione

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

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

Valore della proprietà

True per ignorare le differenze nello stato del trigger DML; in caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a