다음을 통해 공유


DacDeployOptions.DisableParallelismForEnablingIndexes 속성

정의

인덱스를 다시 빌드할 때 데이터를 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

속성 값

기본값은 false입니다.

특성

적용 대상