Skip to content

Latest commit

 

History

History
83 lines (71 loc) · 3.89 KB

File metadata and controls

83 lines (71 loc) · 3.89 KB
title Server 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
Server Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
server
helpviewer_keywords
Server element
ms.assetid 92ca67f6-817e-4a75-9244-8f8bcf412190
caps.latest.revision 38
author Minewiskan
ms.author owend
manager erikre

Server Element (ASSL)

Describes an instance of [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion].

Syntax

  
<Server>  
   <!—These elements are common to each major object -->  
   <Name>...</Name>  
   <ID>...</ID>  
   <CreatedTimestamp>...</CreatedTimestamp>  
   <LastSchemaUpdate>...</LastSchemaUpdate>  
   <Description>...</Description>  
   <Annotations>...</Annotations>  
   <!-- server elements or properties -->  
   <ProductName>...</ProductName>  
   <Edition>...</Edition>  
   <EditionId>...</Edition>  
   <Version>...</Version>  
   <ServerMode>...</ServerMode>  
   <ProductLevel>...</Databases>  
   <Databases>...</Databases>  
   <Assemblies>...</Assemblies>  
   <Traces>...</Traces>  
   <Roles>...</Roles>  
   <ServerProperties>...</ServerProperties>  
</Server>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements None
Child elements Name, ID, CreatedTimestamp, LastSchemaUpdate, Description, Annotations, ProductName, Edition, EditionId, Version, ServerMode, ProductLevel, Databases, Assemblies, Traces, Roles, ServerProperties>

Remarks

The Server element represents an instance of [!INCLUDEssASnoversion], and serves as the topmost node in the Analysis Services Scripting Language (ASSL) node hierarchy.

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

See Also

Objects (ASSL)