OlapInfoAxis Class

Represents metadata pertaining to an axis that is associated with a CellSet.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.OlapInfoAxis

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

Syntax

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

The OlapInfoAxis type exposes the following members.

Properties

  Name Description
Public property Hierarchies Gets an OlapInfoHierarchyCollection that represents metadata pertaining to the hierarchies that are associated with the OlapInfoAxis.
Public property Name Gets a String that represents the name of the object represented by OlapInfoAxis.

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.