IBIMonitoringStore.GetDependentElements Method
Gets repositories and objects that are related to the specified object or objects.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function GetDependentElements ( _
missingItems As List(Of RepositoryLocation) _
) As DependentElementInfo
'Usage
Dim instance As IBIMonitoringStore
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 locations of one or more objects.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.DependentElementInfo
An object that contains two collections:
A collection of repositories (lists and document libraries) that contain the PerformancePoint Services objects that are related to the specified objects.
A collection of the actual PerformancePoint Services objects that are related to the specified objects.