Compartir a través de


Hierarchy Clase

Represents a dimension hierarchy contained by a dimension or set.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public NotInheritable Class Hierarchy _
    Implements IAdomdBaseObject, IMetadataObject, ISubordinateObject
'Uso
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

Notas

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.

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.