OlapInfo Class

Represents metadata associated with an instance of a CellSet.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.OlapInfo

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

Syntax

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

The OlapInfo type exposes the following members.

Properties

  Name Description
Public property AxesInfo Gets an AxesInfo that represents metadata pertaining to the axes that are associated with a CellSet.
Public property CellInfo Gets a CellInfo that represents metadata pertaining to the cells that are associated with a CellSet.
Public property CubeInfo Gets a CubeInfo that represents metadata pertaining to the cube that is associated with a CellSet.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (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.

See Also

Reference

Microsoft.AnalysisServices.AdomdClient Namespace