Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 2.12 KB

File metadata and controls

69 lines (58 loc) · 2.12 KB
title Database Element (XMLA) | 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
Database Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
microsoft.xml.analysis.database
urn:schemas-microsoft-com:xml-analysis#Database
helpviewer_keywords
Database element
ms.assetid 2ded06c4-4eaf-4ccb-a416-41ee51ced8bc
caps.latest.revision 12
author jeannt
ms.author jeannt
manager erikre

Database Element (XMLA)

Identifies the database that contains the dimension represented by the parent Object element.

Syntax

  
<Object>  
   ...  
   <Database>...</Database>  
   ...  
</Object>  

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 1-1: Required element that occurs once and only once.

Element Relationships

Relationship Element
Parent elements Object
Child elements None

Remarks

The Database element is an object identifier that contains the name of the Analysis Services database that contains the dimension represented by the Object element.

See Also

Cube Element (XMLA)
Dimension Element (XMLA)
Properties (XMLA)