| title | AttributeRelationship Element (ASSL) | Microsoft Docs | ||
|---|---|---|---|
| ms.custom | |||
| ms.date | 03/06/2017 | ||
| ms.prod | sql-server-2016 | ||
| ms.reviewer | |||
| ms.suite | |||
| ms.technology |
|
||
| ms.tgt_pltfrm | |||
| ms.topic | reference | ||
| apiname |
|
||
| apilocation | |||
| apitype | Schema | ||
| applies_to |
|
||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 2e786109-b8bf-4295-b0fe-9c1997349993 | ||
| caps.latest.revision | 33 | ||
| author | Minewiskan | ||
| ms.author | owend | ||
| manager | erikre |
Provides details about the relationship between two attributes.
<AttributeRelationships>
<AttributeRelationship>
<AttributeID>...</AttributeID>
<RelationshipType>...</RelationshipType>
<Cardinality>...</Cardinality>
<Optionality >...</Optionality>
<OverrideBehavior >...</OverrideBehavior>
<Annotations>...</Annotations>
<Name>...</Name>
<Visible>...</Visible>
<Translations>...</Translations>
</AttributeRelationship>
</AttributeRelationships> | Characteristic | Description |
|---|---|
| Data type and length | None |
| Default value | None |
| Cardinality | 0-n: Optional element that can occur more than once. |
| Relationship | Element |
|---|---|
| Parent elements | AttributeRelationships |
| Child elements | Annotations, AttributeID, Cardinality, Name, Optionality, OverrideBehavior, RelationshipType, Translations, Visible |
The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.AttributeRelationship.