DacDeployOptions.IgnoreTableOptions Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez ou définissez la valeur booléenne qui spécifie si les options définies sur la table cible sont mises à jour pour correspondre à celles de 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 les différences en matière d'options de table et pour ne pas mettre à jour la table cible ; sinon, false. La valeur par défaut est false.
- Attributs