Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 2.68 KB

lastschemaupdate-element-assl.md

File metadata and controls

52 lines (37 loc) · 2.68 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
LastSchemaUpdate Element (ASSL) | Microsoft Docs
Learn about the LastSchemaUpdate property element in the Analysis Services Scripting Language (ASSL) schema.
7/25/2018
analysis-services
assl
kfollis
reference
kfollis
kfollis

LastSchemaUpdate Element (ASSL)

Contains the read-only metadata update timestamp of the parent element.

Syntax

  
<Assembly> <!-- or one of the elements that are listed in the Element Relationships table -->  
   ...  
   <LastSchemaUpdate>...</LastSchemaUpdate>  
   ...  
</Assembly>  

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 Assembly, Cube, Database, DataSource, DataSourceView, Dimension, MdxScript, MeasureGroup, MiningModel, MiningStructure, Partition, Permission, Perspective
Child elements None

Remarks

The LastSchemaUpdate element contains a read-only DateTime value that represents the date and time that the metadata for an object was changed on a given instance of Analysis Services.

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

See Also

Properties (ASSL)