Parallel 元素 (XMLA)

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

语法

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

元素特征

特征

说明

数据类型和长度

默认值

基数

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

元素关系

关系

元素

父元素

Batch

子元素

以下任一类型:

Alter ElementBackup ElementBatch ElementBeginTransaction ElementCancel ElementClearCache ElementCommitTransaction ElementCreate ElementDelete ElementDesignAggregations ElementDrop ElementInsert ElementLock ElementMergePartitions ElementNotifyTableChange ElementProcess ElementRestore ElementRollbackTransaction ElementSetPasswordEncryptionKey ElementSubscribe ElementSynchronize ElementUnlock ElementUpdate ElementUpdateCells Element

属性

属性

说明

maxParallel

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

请参阅

概念

属性 (XMLA)