Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.79 KB

materialization-element-assl.md

File metadata and controls

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

Materialization Element (ASSL)

Indicates the type of relationship between the measure group and the reference dimension.

Syntax

  
<ReferenceMeasureGroupDimension >  
   ...  
   <Materialization>...</Materialization>  
   ...  
</ReferenceMeasureGroupDimension>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent element ReferenceMeasureGroupDimension
Child elements None

Remarks

The value of this element is limited to one of the strings listed in the following table.

Value Description
Regular The reference dimension has a regular relationship, as with regular dimensions.
Indirect The reference dimension has an indirect relationship, such as with many-to-many dimensions.

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

See Also

Dimension Element (ASSL)
Properties (ASSL)