Share via


MemberOperation-Klasse

Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Stellt die Basisklasse für Member-Vorgänge.

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

MemberOperation-Member

Microsoft.PerformancePoint.Scorecards-Namespace