Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 3.61 KB

File metadata and controls

65 lines (54 loc) · 3.61 KB
title AttributeID 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
AttributeID Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
AttributeID
helpviewer_keywords
AttributeID element
ms.assetid 13d2e92b-e4bf-4f2d-b34c-a6f483da3a9e
caps.latest.revision 42
author Minewiskan
ms.author owend
manager erikre

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)