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.
Contains values that specify the type of hierarchy relationship between members.
public enum class RelationshipType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="RelationshipType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum RelationshipType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="RelationshipType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type RelationshipType =
Public Enum RelationshipType
- Inheritance
-
RelationshipType
- Attributes
Fields
Name | Value | Description |
---|---|---|
All | 0 | Both parent and sibling. |
Parent | 1 | A parent relationship. |
Sibling | 2 | A sibling or peer relationship. |