Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 1.84 KB

File metadata and controls

67 lines (56 loc) · 1.84 KB
title Databases 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
Databases Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Databases
helpviewer_keywords
Databases element
ms.assetid 2806a074-d47e-4434-9599-04888783770f
caps.latest.revision 34
author Minewiskan
ms.author owend
manager erikre

Databases Element (ASSL)

Contains the collection of Database elements associated with a Server element.

Syntax

  
<Server>  
      ...  
   <Databases>  
      <Database>...</Database>  
      </Databases>  
   ...  
</Server>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements Server
Child elements Database

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.DatabaseCollection.

See Also

Collections (ASSL)