Scorecard Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a scorecard.
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.Element
Microsoft.PerformancePoint.Scorecards.FirstClassElement
Microsoft.PerformancePoint.Scorecards.Scorecard
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Scorecard _
Inherits FirstClassElement _
Implements IParameterPoint, ICloneable, IDiffable, IEquatable(Of Scorecard), _
IWebPluggableView
'Usage
Dim instance As Scorecard
[SerializableAttribute]
public class Scorecard : FirstClassElement, IParameterPoint,
ICloneable, IDiffable, IEquatable<Scorecard>, IWebPluggableView
Remarks
A scorecard object is one of the first class object (FCO) types in PerformancePoint Services in Microsoft SharePoint Server 2010. Scorecards are stored in a SharePoint list (by default, the PerformancePoint Content List).
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.