DacDeployOptions.DropIndexesNotInSource Propriété

Définition

Obtenez ou définissez la valeur booléenne qui spécifie s’il faut supprimer tous les index qui n’existent pas dans le modèle source.

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

Valeur de propriété

True pour supprimer les index non dans le modèle source ; sinon, false. La valeur par défaut est true.

Attributs

S’applique à