Dimension Class

Represents a dimension within a cube.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public NotInheritable Class Dimension _
    Implements IDisposable, IMetadataObject
'Usage
Dim instance As Dimension
public sealed class Dimension : IDisposable, 
    IMetadataObject
public ref class Dimension sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type Dimension =  
    class
        interface IDisposable
        interface IMetadataObject
    end
public final class Dimension implements IDisposable, IMetadataObject

Remarks

In ADOMD.NET, a dimension is a collection of hierarchies.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdServer.Dimension

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.