MemberOperation - Classe

S’applique à : PerformancePoint Services pour SharePoint Server, version Entreprise
Représente la classe de base pour les opérations de membre.

Hiérarchie d’héritage

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

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
<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
'Utilisation
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

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

MemberOperation - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms