OlapInfoHierarchy Class

Represents metadata of a hierarchy that is contained in an instance of a CellSet class.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchy

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public NotInheritable Class OlapInfoHierarchy
'Usage
Dim instance As OlapInfoHierarchy
public sealed class OlapInfoHierarchy
public ref class OlapInfoHierarchy sealed
[<SealedAttribute>]
type OlapInfoHierarchy =  class end
public final class OlapInfoHierarchy

The OlapInfoHierarchy type exposes the following members.

Properties

  Name Description
Public property HierarchyProperties Gets an OlapInfoPropertyCollection that represents metadata pertaining to the hierarchy properties that are associated with the OlapInfoHierarchy.
Public property Name Gets a String that represents the name of the hierarchy.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.