DacDeployOptions.IgnoreTableOptions Propriété

Définition

Obtient ou définit la valeur booléenne qui spécifie si les options de la table cible sont mises à jour pour correspondre à la table source.

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

Valeur de propriété

True pour ignorer la différence dans les options de table et ne pas mettre à jour la table cible ; sinon, false. La valeur par défaut est false.

Attributs

S’applique à