Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Contains values that specify the type of component used by a level of a derived hierarchy.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Entity | A bottom-level entity. | |
| DBA | A domain-based attribute link to another entity. | |
| Hierarchy | A link to an explicit hierarchy. | |
| ConsolidatedDBA | A domain-based attribute link to another entity from consolidation members. | |
| NotApplicable | A non-hierarchy item type, such as a collection. |