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 Microsoft SQL Server Analysis Services 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 Cube, Database, Dimension, MeasureGroup, MiningModel, MiningStructure, and Partition.