AliasInfo Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents alias information for a key performance indicator (KPI) measure.

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.AliasInfo

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

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

Remarks

AliasInfo maps a KpiMeasure object to a string. The mapping defines an alias name that simplifies the display and definition of formulas used in KPI measures (actuals and targets).

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

AliasInfo Members

Microsoft.PerformancePoint.Scorecards Namespace