Partager via


Énumération HierarchyItemType

Contains values that specify the type of component used by a level of a derived hierarchy.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "HierarchyItemType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration HierarchyItemType
'Utilisation
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

Membres

Nom de membre Description
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.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices