DacDeployOptions.DisableParallelismForEnablingIndexes Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines booleschen Werts, der angibt, ob die Neuerstellung von Indizes keine Parallelität zum Importieren von Daten in SQL Server verwenden soll.

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

Eigenschaftswert

Die Standardeinstellung ist "false".

Attribute

Gilt für: