DacDeployOptions.IgnoreIndexOptions 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 s’il faut ignorer les différences dans les options d’index lors de la comparaison des modèles source et cible.
public bool IgnoreIndexOptions { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreIndexOptions")]
public bool IgnoreIndexOptions { get; set; }
member this.IgnoreIndexOptions : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreIndexOptions")>]
member this.IgnoreIndexOptions : bool with get, set
Public Property IgnoreIndexOptions As Boolean
Valeur de propriété
True pour ignorer les différences en matière d'options d'index ; sinon, false. La valeur par défaut est false.
- Attributs