DependentElementInfo class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents information about related objects and their locations.

Inheritance hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.DependentElementInfo

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class DependentElementInfo
'Usage
Dim instance As DependentElementInfo
[SerializableAttribute]
public class DependentElementInfo

Remarks

Dependent objects are the objects that another object depends upon. For example, the dependent objects of a scorecard include all key performance indicators (KPIs) and data sources that are used by the scorecard, as well as any indicators and data sources that are used by the KPIs.

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

DependentElementInfo members

Microsoft.PerformancePoint.Scorecards namespace