Member class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a member of a dimension in an OLAP data source.
Inheritance hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.Member
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Member _
Implements ICloneable, IDiffable, IComparable(Of Member)
'Usage
Dim instance As Member
[SerializableAttribute]
public class Member : ICloneable, IDiffable,
IComparable<Member>
Remarks
See the SPDataStore.CreateFilter(String, Filter) and SPDataStore.CreateKpi(String, Kpi) methods for code examples that use 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.