RelationshipKind Enum
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.
Enumerates the type of the relationship between two or more entities.
public enum class RelationshipKind
public enum RelationshipKind
type RelationshipKind =
Public Enum RelationshipKind
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Association | 0 | The relationship is defined by an association in a conceptual model. For more information, see Association Element (CSDL). |
Remarks
In this release, this enumeration has only one member.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.