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 | |
---|---|---|
![]() |
AxesInfo | Gets an AxesInfo that represents metadata pertaining to the axes that are associated with a CellSet. |
![]() |
CellInfo | Gets a CellInfo that represents metadata pertaining to the cells that are associated with a CellSet. |
![]() |
CubeInfo | Gets a CubeInfo that represents metadata pertaining to the cube that is associated with a CellSet. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.