Compartir a través de


DacDeployOptions.DropIndexesNotInSource Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se van a quitar todos los índices que no existen en el modelo de origen.

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 de propiedad

Es true para quitar los índices que no están en el modelo de origen; de lo contrario, es false. El valor predeterminado es true.

Atributos

Se aplica a