HierarchyCollection Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of hierarchies.

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.Collection<Hierarchy>
    System.Collections.ObjectModel.KeyedCollection<String, Hierarchy>
      Microsoft.PerformancePoint.Scorecards.HierarchyCollection

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class HierarchyCollection _
    Inherits KeyedCollection(Of String, Hierarchy)
'Usage
Dim instance As HierarchyCollection
[SerializableAttribute]
public class HierarchyCollection : KeyedCollection<string, Hierarchy>

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

HierarchyCollection Members

Microsoft.PerformancePoint.Scorecards Namespace