HierarchyOrigin Enumeration
Describes the overall structure of a hierarchy.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Enumeration HierarchyOrigin
'Usage
Dim instance As HierarchyOrigin
public enum HierarchyOrigin
public enum class HierarchyOrigin
type HierarchyOrigin
public enum HierarchyOrigin
Members
| Member name | Description | |
|---|---|---|
| ParentChildHierarchy | Specifies that the hierarchy is a parent-child hierarchy. | |
| AttributeHierarchy | Specifies that the hierarchy is an attribute hierarchy.
Note
This enumeration is not supported on versions of Analysis Services earlier than Microsoft SSQL Server 2005 Analysis Services (SSAS).
|
|
| UserHierarchy | Specifies that the hierarchy is a user-defined hierarchy. |
Note