HierarchyItemType 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 component used by a level of a derived hierarchy.
public enum class HierarchyItemType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="HierarchyItemType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum HierarchyItemType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="HierarchyItemType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type HierarchyItemType =
Public Enum HierarchyItemType
- Inheritance
-
HierarchyItemType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Entity | 0 | A bottom-level entity. |
DBA | 1 | A domain-based attribute link to another entity. |
Hierarchy | 2 | A link to an explicit hierarchy. |
ConsolidatedDBA | 3 | A domain-based attribute link to another entity from consolidation members. |
NotApplicable | 4 | A non-hierarchy item type, such as a collection. |