NameInfo Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the display name, unique name, and description of OLAP cubes, dimensions, hierarchies, levels, and measures.
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.NameInfo
Microsoft.PerformancePoint.Scorecards.Cube
Microsoft.PerformancePoint.Scorecards.Dimension
Microsoft.PerformancePoint.Scorecards.Hierarchy
Microsoft.PerformancePoint.Scorecards.Level
Microsoft.PerformancePoint.Scorecards.Measure
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class NameInfo _
Implements ICloneable, IDiffable, IComparable(Of NameInfo)
'Usage
Dim instance As NameInfo
[SerializableAttribute]
public class NameInfo : ICloneable, IDiffable,
IComparable<NameInfo>
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.