AtlasRelationshipDef.RelationshipCategory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET