Parallel 元素 (XMLA)

标识要由父 Batch 命令以并行方式运行的命令。

语法

<Batch>
   ....
   <Parallel maxParallel="Integer">
      <!-- One or more XMLA commands -->
   </Parallel>
   ....
</Batch>

元素特征

特征

说明

数据类型和长度

默认值

基数

0-n:可多次出现的可选元素。

属性

属性

说明

maxParallel

可选的 Integer 属性。 指示要以并行方式运行命令于其上的最大线程数量。 如果未指定或设置为 0,则 Microsoft SQL Server Analysis Services 实例将根据计算机上可用的处理器数目来确定最优线程数。

请参阅

概念