| 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 |
|
| apilocation |
|
| apitype |
Schema |
| applies_to |
|
| f1_keywords |
|
| helpviewer_keywords |
|
| ms.assetid |
a2fad411-73fd-42df-b4e1-df2cb8454182 |
| caps.latest.revision |
36 |
| author |
Minewiskan |
| ms.author |
owend |
| manager |
erikre |
Contains the value of the parent element.
<AlgorithmParameter> <!-- or one of the elements listed below in the Element Relationships table -->
...
<Value>...</Value>
...
</AlgorithmParameter>
| Characteristic |
Description |
| Data type and length |
See the table below. |
| Default value |
None |
| Cardinality |
1-1: Required element that occurs once and only once. |
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.
Properties (ASSL)