Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 2.97 KB

File metadata and controls

67 lines (55 loc) · 2.97 KB
title LastProcessed Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
LastProcessed Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
LastProcessed
helpviewer_keywords
LastProcessed element
ms.assetid df3d1f6f-705c-4408-9eb3-c550a1dec450
caps.latest.revision 34
author Minewiskan
ms.author owend
manager erikre

LastProcessed Element (ASSL)

Contains the read-only timestamp that indicates when the database that contains the parent element was last processed.

Syntax

  
<Cube> <!-- or one of the elements listed in the Element Relationships table -->  
   ...  
      <LastProcessed>...</LastProcessed>  
   ...  
</Cube>  

Element Characteristics

Characteristic Description
Data type and length DateTime
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements Cube, Database, Dimension, MeasureGroup, MiningModel, MiningStructure, Partition
Child elements None

Remarks

The instance of [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion] maintains the value of the LastProcessed element. The value changes only if the database that contains the parent element is processed. Processing the parent element individually does not change the value of the LastProcessed element.

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

See Also

Properties (ASSL)