| title | Parallel Element (XMLA) | Microsoft Docs | |||
|---|---|---|---|---|
| ms.date | 03/14/2017 | |||
| ms.prod | sql-server-2016 | |||
| ms.reviewer | ||||
| ms.suite | ||||
| ms.technology |
|
|||
| ms.tgt_pltfrm | ||||
| ms.topic | reference | |||
| apiname |
|
|||
| apilocation | ||||
| apitype | Schema | |||
| applies_to |
|
|||
| f1_keywords |
|
|||
| helpviewer_keywords |
|
|||
| ms.assetid | 04726d94-37ee-460b-9744-d62b45f536b9 | |||
| caps.latest.revision | 13 | |||
| author | jeannt | |||
| ms.author | jeannt | |||
| manager | erikre |
Specifies how many processing jobs can run in parallel using the parent Batch command.
<Batch>
....
<Parallel maxParallel="Integer">
<!-- An XMLA process command -->
</Parallel>
....
</Batch> | Characteristic | Description |
|---|---|
| Data type and length | None |
| Default value | None |
| Cardinality | 0-n: Optional element that can occur more than once. |
| Relationship | Element |
|---|---|
| Parent elements | Batch |
| Child elements | Process Element |
| Attribute | Description |
|---|---|
| maxParallel | Optional Integer attribute. Indicates the maximum number of threads on which to run commands in parallel. If not specified or set to 0, the instance of [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion] determines an optimal number of threads based on the number of processors available on the computer. |