Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.69 KB

dataminingmeasuregroupdimension-data-type-assl.md

File metadata and controls

48 lines (35 loc) · 1.69 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
DataMiningMeasureGroupDimension Data Type (ASSL) | Microsoft Docs
Learn about the DataMiningMeasureGroupDimension data type element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

DataMiningMeasureGroupDimension Data Type (ASSL)

Defines a derived data type that represents the relationship between a measure group and a data mining dimension.

Syntax

  
<DataMiningMeasureGroupDimension>  
   <!-- The following elements extend MeasureGroupDimension -->  
      <CaseCubeDimensionID>...</CaseCubeDimensionID>  
</DataMiningMeasureGroupDimension>  

Data Type Characteristics

Characteristic Description
Base data types MeasureGroupDimension
Derived data types None

Data Type Relationships

Relationship Element
Parent elements None
Child elements CaseCubeDimensionID
Derived elements See Dimension (Dimensions collection of MeasureGroup)

Remarks

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

See Also

Analysis Services Scripting Language XML Data Types (ASSL)