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.