BIMonitoringServiceApplicationProxy.GetDependentElements Method
Retrieves all first class objects (FCOs) that are associated with a list of repository locations, including all FCOs that are related by reference.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Function GetDependentElements ( _
missingItems As List(Of RepositoryLocation) _
) As DependentElementInfo
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim missingItems As List(Of RepositoryLocation)
Dim returnValue As DependentElementInfo
returnValue = instance.GetDependentElements(missingItems)
public DependentElementInfo GetDependentElements(
List<RepositoryLocation> missingItems
)
Parameters
missingItems
Type: System.Collections.Generic.List<RepositoryLocation>A list of references to FCOs.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.DependentElementInfo
The repository lists and first class objects (FCOs) that are associated with the objects at the specified locations.
Implements
IBIMonitoringServiceApplicationProxy.GetDependentElements(List<RepositoryLocation>)
Remarks
This method is useful for retrieving all objects that are associated with an object. For example, you can pass in a scorecard’s location to find the objects that are related to it. In this case, GetDependentElements(List<RepositoryLocation>) returns all KPIs and data sources that are used by the scorecard, as well as any indicators that are used by the KPIs.
See Also
Reference
BIMonitoringServiceApplicationProxy Class