Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets repositories and objects that are related to the specified object or objects.
Namespace: Microsoft.PerformancePoint.Scorecards.Store
Assembly: Microsoft.PerformancePoint.Scorecards.Store (in Microsoft.PerformancePoint.Scorecards.Store.dll)
Syntax
'Declaration
Public Function GetDependentElements ( _
missingItems As List(Of RepositoryLocation) _
) As DependentElementInfo
'Usage
Dim instance As SPDataStore
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 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.
Implements
IBIMonitoringStore.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.