PmService.QueryNamedSetsFromDataSource Method (Microsoft.PerformancePoint.Scorecards.Server)

Queries the list of available named sets on a data source.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryNamedSetsFromDataSource ( _
    dataSource As DataSource _
) As NamedSetCollection
'Usage
Dim instance As PmService
Dim dataSource As DataSource
Dim returnValue As NamedSetCollection

returnValue = instance.QueryNamedSetsFromDataSource(dataSource)
[WebMethodAttribute] 
public NamedSetCollection QueryNamedSetsFromDataSource (
    DataSource dataSource
)

Parameters

  • dataSource
    The data source to query.

Return Value

A collection of available named sets.

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace