Share via


AtlasRelationshipDef.RelationshipCategory Property

Definition

The Relationship category determines the style of relationship around containment and lifecycle. UML terminology is used for the values. ASSOCIATION is a relationship with no containment. COMPOSITION and AGGREGATION are containment relationships. The difference being in the lifecycles of the container and its children. In the COMPOSITION case, the children cannot exist without the container. For AGGREGATION, the life cycles of the container and children are totally independent.

public Azure.Analytics.Purview.DataMap.RelationshipCategory? RelationshipCategory { get; set; }
member this.RelationshipCategory : Nullable<Azure.Analytics.Purview.DataMap.RelationshipCategory> with get, set
Public Property RelationshipCategory As Nullable(Of RelationshipCategory)

Property Value

Applies to