Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.74 KB

cubeid-element-assl.md

File metadata and controls

49 lines (36 loc) · 1.74 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
CubeID Element (ASSL) | Microsoft Docs
Learn about the CubeID property element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

CubeID Element (ASSL)

Identifies the Cube element associated with a Binding element.

Syntax

  
<CubeAttributeBinding> <!-- or CubeDimensionBinding, MeasureGroupAttributeBinding, MeasureGroupBinding -->  
   ...  
   <CubeID>...</CubeID>  
      ...  
</CubeAttributeBinding>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent element CubeAttributeBinding, CubeDimensionBinding, MeasureGroupAttributeBinding, MeasureGroupBinding
Child elements None

Remarks

The elements that correspond to the parents of CubeID in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.CubeAttributeBinding, xref:Microsoft.AnalysisServices.CubeDimensionBinding, and xref:Microsoft.AnalysisServices.MeasureGroupBinding.

See Also

Properties (ASSL)