Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 2.45 KB

File metadata and controls

74 lines (60 loc) · 2.45 KB
title ProcessingMode 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
ProcessingMode Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
ProcessingMode
helpviewer_keywords
ProcessingMode element
ms.assetid dff6eeba-f09c-4d8c-ad81-caef76254af0
caps.latest.revision 33
author Minewiskan
ms.author owend
manager erikre

ProcessingMode Element (ASSL)

Indicates whether the instance should index and aggregate during or after processing.

Syntax

  
<Cube> <!-- or Dimension, MeasureGroup, Partition -->  
   ...  
   <ProcessingMode>...</ProcessingMode>  
   ...  
</Cube>  

Element Characteristics

Characteristic Description
Data type and length String (enumeration)
Default value Regular
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements Cube, Dimension, MeasureGroup, Partition
Child elements None

Remarks

The value of ProcessingMode on the Cube provides the default for the cube, and can be overridden by setting ProcessingMode for each partition.

The value of this element is limited to one of the strings listed in the following table.

Value Description
Regular The instance indexes and performs aggregations during processing.
LazyOptimizations The instance indexes and performs aggregations after processing.

The enumeration that corresponds to the allowed values for ProcessingMode in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.ProcessingMode.

See Also

Properties (ASSL)