Dimension Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the structure of an OLAP dimension.
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.NameInfo
Microsoft.PerformancePoint.Scorecards.Dimension
Microsoft.PerformancePoint.Scorecards.DefaultDimensionSetting
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>
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.