Partager via


Classe Hierarchy

Represents a dimension hierarchy contained by a dimension or set.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public NotInheritable Class Hierarchy _
    Implements IAdomdBaseObject, IMetadataObject, ISubordinateObject
'Utilisation
Dim instance As Hierarchy
public sealed class Hierarchy : IAdomdBaseObject, 
    IMetadataObject, ISubordinateObject
public ref class Hierarchy sealed : IAdomdBaseObject, 
    IMetadataObject, ISubordinateObject
[<SealedAttribute>]
type Hierarchy =  
    class
        interface IAdomdBaseObject
        interface IMetadataObject
        interface ISubordinateObject
    end
public final class Hierarchy implements IAdomdBaseObject, IMetadataObject, ISubordinateObject

Notes

A hierarchy represents a set of members and their positions relative to one another. From the top of the pyramidal structure to the bottom, the members are progressively more detailed. User hierarchies are defined to represent a hierarchy that has meaning to the user or application.

In ADOMD.NET, the Hierarchy can represent both parent-child hierarchies and user hierarchies. The HierarchyOrigin property is used to differentiate between the hierarchy structures.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..Hierarchy

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.