Compartilhar via


Enumeração HierarchyType

Contains values specifying the type of hierarchy construct.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<DataContractAttribute(Name := "HierarchyType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration HierarchyType
'Uso
Dim instance As HierarchyType
[DataContractAttribute(Name = "HierarchyType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum HierarchyType
[DataContractAttribute(Name = L"HierarchyType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class HierarchyType
[<DataContractAttribute(Name = "HierarchyType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type HierarchyType
public enum HierarchyType

Membros

Nome do membro Descrição
Explicit Standard parent-child hierarchy for the specified entity or entities.
Derived All attribute-based derived hierarchies for the specified entity or entities.
Collection All collections for the specified entity or entities.
All All types of hierarchies for the specified entity or entities.

Consulte também

Referência