BIMonitoringServiceApplicationProxy.QueryNamedSets method

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
Public Function QueryNamedSets ( _
    dataSourceLocation As RepositoryLocation _
) As NamedSetCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim returnValue As NamedSetCollection

returnValue = instance.QueryNamedSets(dataSourceLocation)
public NamedSetCollection QueryNamedSets(
    RepositoryLocation dataSourceLocation
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.NamedSetCollection
The list of the named sets from the specified data source.

Implements

IBIMonitoringServiceApplicationProxy.QueryNamedSets(RepositoryLocation)

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace