RelationshipType Enum

Definition

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

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.

Applies to