Freigeben über


DacDeployOptions.DropIndexesNotInSource Eigenschaft

Definition

Gibt mit einem booleschen Wert an, ob alle Indizes, die nicht im Quellmodell vorhanden sind, gelöscht werden sollen.

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

Eigenschaftswert

"True", wenn Indizes, die nicht im Quellmodell vorhanden sind, gelöscht werden sollen; andernfalls "false". Der Standardwert ist "true".

Attribute

Gilt für: