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
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.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface