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 the list of the named sets from a data source, based on the location of the data source..
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function QueryNamedSets ( _
dataSourceLocation As RepositoryLocation _
) As NamedSetCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim returnValue As NamedSetCollection
returnValue = instance.QueryNamedSets(dataSourceLocation)
NamedSetCollection QueryNamedSets(
RepositoryLocation dataSourceLocation
)
Parameters
dataSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the data source in the repository.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.NamedSetCollection
The list of the named sets from the specified data source.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface