Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 2.79 KB

attributeid-element-assl.md

File metadata and controls

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

AttributeID Element (ASSL)

Contains the ID of the attribute associated with the parent element.

Syntax

  
<AggregationAttribute> <!-- or one of the elements listed below in the Element Relationships table -->  
   ...  
   <AttributeID>...</AttributeID>  
   ...  
</AggregationAttribute>  

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 AggregationAttribute, AggregationDesignAttribute, AggregationInstanceAttribute, AttributeBinding, AttributePermission, AttributeRelationship, CubeAttribute, CubeAttributeBinding, DimensionAttributeBinding, MeasureGroupAttribute, MeasureGroupAttributeBinding, PerspectiveAttribute, UserDefinedGroupBinding
Child elements None

Remarks

The elements that correspond to the parents of AttributeID in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.AggregationAttribute, xref:Microsoft.AnalysisServices.AggregationDesignAttribute, xref:Microsoft.AnalysisServices.AggregationInstanceAttribute, xref:Microsoft.AnalysisServices.AttributeBinding, xref:Microsoft.AnalysisServices.AttributePermission, xref:Microsoft.AnalysisServices.AttributeRelationship, xref:Microsoft.AnalysisServices.CubeAttribute, xref:Microsoft.AnalysisServices.CubeAttributeBinding, xref:Microsoft.AnalysisServices.PerspectiveAttribute, and xref:Microsoft.AnalysisServices.UserDefinedGroupBinding.

See Also

Properties (ASSL)