Skip to content

Latest commit

 

History

History
63 lines (52 loc) · 1.82 KB

File metadata and controls

63 lines (52 loc) · 1.82 KB
title LastUpdate 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
LastUpdate Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
helpviewer_keywords
LastUpdate element
ms.assetid 639db733-a082-4f57-868d-a3bcd5e7a4f6
caps.latest.revision 12
author Minewiskan
ms.author owend
manager erikre

LastUpdate Element (ASSL)

Contains a read-only timestamp that indicates the last time that the associated Database or any of the major objects that the database contains were altered.

Syntax

  
<Database> <!-- or one of the elements that are listed in the Element Relationships table -->  
   ...  
   <LastUpdate>...</LastUpdate>  
   ...  
</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 element Database
Child elements None

Remarks

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

See Also

Properties (ASSL)