Skip to content

Latest commit

 

History

History
82 lines (68 loc) · 3.85 KB

File metadata and controls

82 lines (68 loc) · 3.85 KB
title Value 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
Value Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Value
helpviewer_keywords
Value element
ms.assetid a2fad411-73fd-42df-b4e1-df2cb8454182
caps.latest.revision 36
author Minewiskan
ms.author owend
manager erikre

Value Element (ASSL)

Contains the value of the parent element.

Syntax

  
<AlgorithmParameter> <!-- or one of the elements listed below in the Element Relationships table -->  
   ...  
   <Value>...</Value>  
   ...  
</AlgorithmParameter>  

Element Characteristics

Characteristic Description
Data type and length See the table below.
Default value None
Cardinality 1-1: Required element that occurs once and only once.
Ancestor or Parent Data Type
AlgorithmParameter Any simpleType
ServerProperty Any simpleType
All others String

Element Relationships

Relationship Element
Parent elements AlgorithmParameter, Annotation, Kpi, ReportFormatParameter, ReportParameter, ServerProperty
Child elements None

Remarks

The Value element contains the value associated with the parent object. The expected value of the Value element varies depending on the parent element, as described in the following table.

Parent element Expected value
AlgorithmParameter The value of the algorithm parameter.
Annotation The value of the annotation.
Kpi A Multidimensional Expressions (MDX) expression used to calculate the value of the key performance indicator (KPI).
ReportFormatParameter The value of the report format parameter.
ReportParameter An MDX expression used to calculate the value of the report parameter.
ServerProperty The value of the server property for the currently running instance.

The elements that correspond to the parents of Value in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.AlgorithmParameter, xref:Microsoft.AnalysisServices.Annotation, xref:Microsoft.AnalysisServices.Kpi, xref:Microsoft.AnalysisServices.ReportParameter, and xref:Microsoft.AnalysisServices.ServerProperty.

See Also

Properties (ASSL)