Skip to content

Latest commit

 

History

History
63 lines (52 loc) · 2.01 KB

File metadata and controls

63 lines (52 loc) · 2.01 KB
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
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

  
<Dimension> <!-- or MeasureGroup, Partition -->  
   ...  
   <ProcessingPriority>...</ProcessingPriority>  
   ...  
</Dimension>  

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, MeasureGroup, Partition
Child elements None

Remarks

The elements that correspond to the parents of ProcessingPriority in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.Dimension, xref:Microsoft.AnalysisServices.MeasureGroup, and xref:Microsoft.AnalysisServices.Partition.

See Also

Properties (ASSL)