Dimension Class (Microsoft.PerformancePoint.Scorecards)

Represents an OLAP dimension.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class Dimension
    Inherits NameInfo
    Implements ICloneable, IDiffable, IComparable(Of Dimension)
'Usage
Dim instance As Dimension
[SerializableAttribute] 
public class Dimension : NameInfo, ICloneable, IDiffable, IComparable<Dimension>

Inheritance Hierarchy

System.Object
   Microsoft.PerformancePoint.Scorecards.NameInfo
    Microsoft.PerformancePoint.Scorecards.Dimension
       Microsoft.PerformancePoint.Scorecards.DefaultDimensionSetting

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

Dimension Members
Microsoft.PerformancePoint.Scorecards Namespace