CubeHierarchy Class

Defines details for a hierarchy on a cube. This class cannot be inherited.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<GuidAttribute("91C12D80-3018-4e79-AB9B-3DA2A2EFE79B")> _
<XmlTypeAttribute("Cube/Dimension/Hierarchy")> _
Public NotInheritable Class CubeHierarchy
    Inherits ModelComponent
    Implements ICloneable
[GuidAttribute("91C12D80-3018-4e79-AB9B-3DA2A2EFE79B")] 
[XmlTypeAttribute("Cube/Dimension/Hierarchy")] 
public sealed class CubeHierarchy : ModelComponent, ICloneable
[GuidAttribute(L"91C12D80-3018-4e79-AB9B-3DA2A2EFE79B")] 
[XmlTypeAttribute(L"Cube/Dimension/Hierarchy")] 
public ref class CubeHierarchy sealed : public ModelComponent, ICloneable
/** @attribute GuidAttribute("91C12D80-3018-4e79-AB9B-3DA2A2EFE79B") */ 
/** @attribute XmlTypeAttribute("Cube/Dimension/Hierarchy") */ 
public final class CubeHierarchy extends ModelComponent implements ICloneable
GuidAttribute("91C12D80-3018-4e79-AB9B-3DA2A2EFE79B") 
XmlTypeAttribute("Cube/Dimension/Hierarchy") 
public final class CubeHierarchy extends ModelComponent implements ICloneable

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.CubeHierarchy

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

CubeHierarchy Members
Microsoft.AnalysisServices Namespace