MemberOperation Class (Microsoft.PerformancePoint.Scorecards)

The abstract base class for member operations.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.MemberOperation
     Derived Classes

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