Поделиться через


Класс Hierarchy

Represents a dimension hierarchy contained by a dimension or set.

Иерархия наследования

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..Hierarchy

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public NotInheritable Class Hierarchy _
    Implements IDisposable, IMetadataObject
'Применение
Dim instance As Hierarchy
public sealed class Hierarchy : IDisposable, 
    IMetadataObject
public ref class Hierarchy sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type Hierarchy =  
    class
        interface IDisposable
        interface IMetadataObject
    end
public final class Hierarchy implements IDisposable, IMetadataObject

Тип Hierarchy обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Caption Gets the caption of the Hierarchy.
Открытое свойство CurrentMember Gets the current member for the hierarchy.
Открытое свойство DefaultMember Gets the unique name of the default member for the Hierarchy.
Открытое свойство Description Gets the description of the Hierarchy.
Открытое свойство DisplayFolder This member is reserved for future use.
Открытое свойство HierarchyOrigin Gets the hierarchy type of the Hierarchy.
Открытое свойство Levels Gets a LevelCollection that contains the levels of the Hierarchy.
Открытое свойство Name Gets the name of the Hierarchy.
Открытое свойство ParentDimension Gets a Dimension that contains the Hierarchy.
Открытое свойство Properties Gets a PropertyCollection that contains the properties associated with the Hierarchy.
Открытое свойство UniqueName Gets the unique name of the Hierarchy.

В начало

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the Hierarchy.
Открытый метод Dispose Releases all resources used by the Hierarchy.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.