HierarchyOrigin Enumeration

Describes the overall structure of a hierarchy.

Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
<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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.AnalysisServices.AdomdServer Namespace