DacDeployOptions.IgnoreDdlTriggerState Proprietà

Definizione

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

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

Valore della proprietà

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

Attributi

Si applica a