IBIMonitoringServiceApplicationProxy.QueryNamedSetsFromDataSource Method

Gets the list of named sets from the specified data source.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Function QueryNamedSetsFromDataSource ( _
    dataSource As DataSource _
) As NamedSetCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim returnValue As NamedSetCollection

returnValue = instance.QueryNamedSetsFromDataSource(dataSource)
NamedSetCollection QueryNamedSetsFromDataSource(
    DataSource dataSource
)

Parameters

Return Value

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

See Also

Reference

IBIMonitoringServiceApplicationProxy Interface

IBIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace