Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 3.68 KB

File metadata and controls

67 lines (55 loc) · 3.68 KB
title CreatedTimestamp 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
CreatedTimestamp Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
CreatedTimestamp
helpviewer_keywords
CreatedTimestamp element
ms.assetid 35f5dd33-ea82-4be3-a117-69136aa9d1a4
caps.latest.revision 40
author Minewiskan
ms.author owend
manager erikre

CreatedTimestamp Element (ASSL)

Contains the read-only creation timestamp of the parent element.

Syntax

  
<Assembly> <!-- or one of the elements listed below in the Element Relationships table -->  
   ...  
   <CreatedTimestamp>...</CreatedTimestamp>  
   ...  
</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 CreatedTimestamp element contains a read-only DateTime value that represents the date and time that the object was created on a given instance of [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion]. The value of this element cannot be empty.

The elements that correspond to the parents of CreatedTimestamp 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)