Sprache

DacDeployOptions.DropIndexesNotInSource Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts vom Typ Boolean, der angibt, ob alle Indizes abgesetzt werden sollen, die im Quellmodell nicht vorhanden sind.

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, um Indizes nicht im Quellmodell abzulegen; andernfalls "false". Der Standardwert ist "True".

Attribute

Gilt für: