---
title: "ProcessingPriority Element (ASSL) | Microsoft Docs"
ms.custom: ""
ms.date: "03/06/2017"
ms.prod: "sql-server-2016"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "analysis-services"
- "docset-sql-devref"
ms.tgt_pltfrm: ""
ms.topic: "reference"
apiname:
- "ProcessingPriority Element"
apilocation:
- "http://schemas.microsoft.com/analysisservices/2003/engine"
apitype: "Schema"
applies_to:
- "SQL Server 2016 Preview"
helpviewer_keywords:
- "ProcessingPriority element"
ms.assetid: 95d07f1c-ef8d-4e38-9682-ebb7719dbe52
caps.latest.revision: 14
author: "Minewiskan"
ms.author: "owend"
manager: "erikre"
---
# ProcessingPriority Element (ASSL)
Determines the processing priority of the parent object during background operations, for example lazy aggregation, indexing, or clustering.
## Syntax
```xml
...
...
...
```
## Element Characteristics
|Characteristic|Description|
|--------------------|-----------------|
|Data type and length|Integer|
|Default value|**0**|
|Cardinality|0-1: Optional element that can occur once and only once.|
## Element Relationships
|Relationship|Element|
|------------------|-------------|
|Parent elements|[Dimension](../../../analysis-services/scripting/data-type/dimension-data-type-assl.md), [MeasureGroup](../../../analysis-services/scripting/objects/measuregroup-element-assl.md), [Partition](../../../analysis-services/scripting/objects/partition-element-assl.md)|
|Child elements|None|
## Remarks
The elements that correspond to the parents of **ProcessingPriority** in the Analysis Management Objects (AMO) object model are , , and .
## See Also
[Properties (ASSL)](../../../analysis-services/scripting/properties/properties-assl.md)