Partilhar via


Enumeração HierarchyItemType

Specifies the type of item in a derived hierarchy level.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.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
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.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Services.DataContracts