Enumeração HierarchyItemType
Represents the type of component used by a level of a derived hierarchy.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "HierarchyItemType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration HierarchyItemType
'Uso
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
Membros
Nome do membro | Descrição | |
---|---|---|
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. |