Hierarchy Class

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

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<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

Sécurité des threads

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.

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

Hierarchy Members
Microsoft.AnalysisServices Namespace