Класс Hierarchy
Represents a dimension hierarchy contained by a dimension or set.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public NotInheritable Class Hierarchy _
Implements IAdomdBaseObject, IMetadataObject, ISubordinateObject
'Применение
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
Замечания
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.
Иерархия наследования
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..Hierarchy
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.