IBIMonitoringServiceApplicationProxy.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
Function GetDependentElements ( _
    missingItems As List(Of RepositoryLocation) _
) As DependentElementInfo
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim missingItems As List(Of RepositoryLocation)
Dim returnValue As DependentElementInfo

returnValue = instance.GetDependentElements(missingItems)
DependentElementInfo GetDependentElements(
    List<RepositoryLocation> missingItems
)

Parameters

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.

See Also

Reference

IBIMonitoringServiceApplicationProxy Interface

IBIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace