MemberOperation class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the base class for member operations.

Inheritance hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.MemberOperation
    Microsoft.PerformancePoint.Scorecards.MemberOperationAllDescendants
    Microsoft.PerformancePoint.Scorecards.MemberOperationChildren
    Microsoft.PerformancePoint.Scorecards.MemberOperationDescendants
    Microsoft.PerformancePoint.Scorecards.MemberOperationDrillUp
    Microsoft.PerformancePoint.Scorecards.MemberOperationHide
    Microsoft.PerformancePoint.Scorecards.MemberOperationLeafDescendants

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

Syntax

'Declaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(MemberOperationHide))> _
<KnownTypeAttribute(GetType(MemberOperationDescendants))> _
<KnownTypeAttribute(GetType(MemberOperationChildren))> _
<KnownTypeAttribute(GetType(MemberOperationAllDescendants))> _
<KnownTypeAttribute(GetType(MemberOperationDrillUp))> _
<KnownTypeAttribute(GetType(MemberOperationLeafDescendants))> _
Public MustInherit Class MemberOperation _
    Implements ICloneable, IDiffable
'Usage
Dim instance As MemberOperation
[SerializableAttribute]
[KnownTypeAttribute(typeof(MemberOperationHide))]
[KnownTypeAttribute(typeof(MemberOperationDescendants))]
[KnownTypeAttribute(typeof(MemberOperationChildren))]
[KnownTypeAttribute(typeof(MemberOperationAllDescendants))]
[KnownTypeAttribute(typeof(MemberOperationDrillUp))]
[KnownTypeAttribute(typeof(MemberOperationLeafDescendants))]
public abstract class MemberOperation : ICloneable, 
    IDiffable

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

MemberOperation members

Microsoft.PerformancePoint.Scorecards namespace