Hierarchy Class

Represents a hierarchy in a dimension. This class cannot be inherited.

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

Syntax

'Declaration
<GuidAttribute("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")> _
Public NotInheritable Class Hierarchy
    Inherits NamedComponent
    Implements ICloneable
[GuidAttribute("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")] 
public sealed class Hierarchy : NamedComponent, ICloneable
[GuidAttribute(L"DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")] 
public ref class Hierarchy sealed : public NamedComponent, ICloneable
/** @attribute GuidAttribute("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1") */ 
public final class Hierarchy extends NamedComponent implements ICloneable
GuidAttribute("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1") 
public final class Hierarchy extends NamedComponent implements ICloneable

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
         Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.Hierarchy

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

Hierarchy Members
Microsoft.AnalysisServices Namespace