Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |