DacDeployOptions.DisableParallelismForEnablingIndexes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or set a boolean that specifies if rebuilding indexes should not use parallelism for importing data into SQL Server.
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
Property Value
Default is false.
- Attributes