HierarchyType 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 construct.
public enum class HierarchyType
[System.Runtime.Serialization.DataContract(Name="HierarchyType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum HierarchyType
[<System.Runtime.Serialization.DataContract(Name="HierarchyType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type HierarchyType =
Public Enum HierarchyType
- Inheritance
-
HierarchyType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Explicit | 0 | The relationship is explicitly defined. |
Derived | 1 | The relationship is derived from the attribute values. |
Collection | 2 | Not used. |
All | 3 | Is used during search request to indicate searching for all hierarchy types. |
Remarks
The HierarchyType simple type specifies the type of hierarchy construct.