Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 2.32 KB

File metadata and controls

65 lines (54 loc) · 2.32 KB
title CubeID 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
CubeID Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
CubeID
helpviewer_keywords
CubeID element
ms.assetid cea9cd1b-30e6-48b1-afb9-c2c1243cead8
caps.latest.revision 34
author Minewiskan
ms.author owend
manager erikre

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)