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.
Specifies the type of hierarchy relationship between members.
public enum class RelationshipType
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum RelationshipType
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type RelationshipType =
Public Enum RelationshipType
- Inheritance
-
RelationshipType
- Attributes
Fields
Name | Value | Description |
---|---|---|
All | 0 | All relationships. |
Parent | 1 | A parent relationship. |
Sibling | 2 | A sibling or peer relationship. |
Remarks
The RelationshipType simple type specifies the type of hierarchy relationship between members.