Compartir a través de


Enumeración HierarchyType

Contains values specifying the type of hierarchy construct.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<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

Miembros

Nombre del miembro Descripción
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.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices