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(MemberOperationChildren))> _
<KnownTypeAttribute(GetType(MemberOperationDrillUp))> _
<KnownTypeAttribute(GetType(MemberOperationHide))> _
<KnownTypeAttribute(GetType(MemberOperationDescendants))> _
<KnownTypeAttribute(GetType(MemberOperationLeafDescendants))> _
<KnownTypeAttribute(GetType(MemberOperationAllDescendants))> _
Public MustInherit Class MemberOperation _
Implements ICloneable, IDiffable
'Usage
Dim instance As MemberOperation
[SerializableAttribute]
[KnownTypeAttribute(typeof(MemberOperationChildren))]
[KnownTypeAttribute(typeof(MemberOperationDrillUp))]
[KnownTypeAttribute(typeof(MemberOperationHide))]
[KnownTypeAttribute(typeof(MemberOperationDescendants))]
[KnownTypeAttribute(typeof(MemberOperationLeafDescendants))]
[KnownTypeAttribute(typeof(MemberOperationAllDescendants))]
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.