Share via


ModelRelationshipType Enumeration

Defines the type of relationship.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Enumeration ModelRelationshipType
public enum ModelRelationshipType
public enum class ModelRelationshipType
type ModelRelationshipType
public enum ModelRelationshipType

Members

Member name Description
Peer Relationship between two peers.
Hierarchical Relationship to a parent.
Composing Relationship to a child that is owned.
Reverse Reverse relationship.

See Also

Reference

Microsoft.Data.Schema.SchemaModel Namespace