Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.4 KB

productname-element-assl.md

File metadata and controls

52 lines (37 loc) · 1.4 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
ProductName Element (ASSL) | Microsoft Docs
Learn about the ProductName property element in the Analysis Services Scripting Language (ASSL) schema.
7/25/2018
analysis-services
assl
kfollis
reference
kfollis
kfollis

ProductName Element (ASSL)

Contains the read-only product name of the instance of Analysis Services that is associated with a Server element.

Syntax

  
<Server>  
      ...  
      <ProductName>...</ProductName>  
   ...  
</Server>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent element Server
Child elements None

Remarks

The ProductName element provides read-only access to the name of the product associated with an instance ofAnalysis Services.

The element that corresponds to the parent of ProductName in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.Server.

See Also

Properties (ASSL)