DacImportOptions.DisableParallelismForEnablingIndexes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个布尔值,该值指定重新生成索引是否不应使用并行度将数据导入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。
- 属性