Skip to content

Latest commit

 

History

History
73 lines (62 loc) · 2.84 KB

File metadata and controls

73 lines (62 loc) · 2.84 KB
title AttributeRelationship 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
AttributeRelationship Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
MemberProperty
helpviewer_keywords
AttributeRelationship element
ms.assetid 2e786109-b8bf-4295-b0fe-9c1997349993
caps.latest.revision 33
author Minewiskan
ms.author owend
manager erikre

AttributeRelationship Element (ASSL)

Provides details about the relationship between two attributes.

Syntax

  
<AttributeRelationships>  
      <AttributeRelationship>  
      <AttributeID>...</AttributeID>  
            <RelationshipType>...</RelationshipType>  
      <Cardinality>...</Cardinality>  
      <Optionality >...</Optionality>  
      <OverrideBehavior >...</OverrideBehavior>  
            <Annotations>...</Annotations>  
      <Name>...</Name>  
      <Visible>...</Visible>  
      <Translations>...</Translations>  
   </AttributeRelationship>  
</AttributeRelationships>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements AttributeRelationships
Child elements Annotations, AttributeID, Cardinality, Name, Optionality, OverrideBehavior, RelationshipType, Translations, Visible

Remarks

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

See Also

Objects (ASSL)