Partager via


HierarchyOrigin Enumeration

Describes the overall structure of a hierarchy.

Espace de noms: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)

Syntaxe

'Déclaration
<SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue")> _
Public Enumeration HierarchyOrigin
[SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue")] 
public enum HierarchyOrigin
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1008:EnumsShouldHaveZeroValue")] 
public enum class HierarchyOrigin
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue") */ 
public enum HierarchyOrigin
SuppressMessageAttribute("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue") 
public enum HierarchyOrigin

Members

Member name Description
AttributeHierarchy Specifies that the hierarchy is an attribute hierarchy.
ParentChildHierarchy Specifies that the hierarchy is a parent-child hierarchy.
UserHierarchy Specifies that the hierarchy is a user-defined hierarchy.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.AnalysisServices.AdomdServer Namespace