RelationshipType 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.
Relationship types.
public enum RelationshipType
type RelationshipType =
Public Enum RelationshipType
- Inheritance
-
RelationshipType
Fields
Name | Value | Description |
---|---|---|
Composing | 0 | A relationship where the child object cannot be created outside the parent's DDL create statement. |
Hierarchical | 1 | A relationship where the child object can be created outside the parent's DDL create statement. |
Peer | 2 | A relationship where the related object must be created outside the parent's DDL create statement. |