Compartilhar via


DacDeployOptions.DropIndexesNotInSource Propriedade

Definição

Obtém ou define um booliano que especifica se deve-se ou não remover todos as índices que não existem no modelo de origem.

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

Valor da propriedade

True para remover os índices que não estão no modelo de origem; caso contrário, false. O padrão é true.

Atributos

Aplica-se a