AxesInfo Class
Represents metadata pertaining to the axes that are associated with an instance of a CellSet class.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.AdomdClient.AxesInfo
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public NotInheritable Class AxesInfo
'Usage
Dim instance As AxesInfo
public sealed class AxesInfo
public ref class AxesInfo sealed
[<SealedAttribute>]
type AxesInfo = class end
public final class AxesInfo
The AxesInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
Axes | Gets an OlapInfoAxisCollectionthat represents metadata pertaining to the axes that are associated with the AxesInfo. | |
FilterAxis | Gets an OlapInfoAxis that represents metadata pertaining to the filter axis that is associated with the AxesInfo. |
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.