DefaultDimensionSetting Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the default set of members in a 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 DefaultDimensionSetting _
Inherits Dimension _
Implements IDiffable
'Usage
Dim instance As DefaultDimensionSetting
[SerializableAttribute]
public class DefaultDimensionSetting : Dimension,
IDiffable
Remarks
See the SPDataStore.CreateKpi(String, Kpi) method for a code example that uses this object.
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.