Share via


HierarchyItemType Enumeration

Specifies the type of item in a derived hierarchy level.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "HierarchyItemType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration HierarchyItemType
'Usage
Dim instance As HierarchyItemType
[DataContractAttribute(Name = "HierarchyItemType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum HierarchyItemType
[DataContractAttribute(Name = L"HierarchyItemType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class HierarchyItemType
[<DataContractAttribute(Name = "HierarchyItemType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type HierarchyItemType
public enum HierarchyItemType

Members

Member name Description
ConsolidatedDBA The type is a consolidated domain-based attribute.
DBA The type is a domain-based attribute.
Entity The type is an entity.
Hierarchy The type is an explicit hierarchy.
NotApplicable The type is a non-hierarchy attribute.

See Also

Reference

Microsoft.MasterDataServices.Services.DataContracts Namespace