BIMonitoringServiceApplicationProxy.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
Public Function QueryNamedSetsFromDataSource ( _
dataSource As DataSource _
) As NamedSetCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim returnValue As NamedSetCollection
returnValue = instance.QueryNamedSetsFromDataSource(dataSource)
public NamedSetCollection QueryNamedSetsFromDataSource(
DataSource dataSource
)
Parameters
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe specified data source object.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.NamedSetCollection
The list of the named sets from the specified data source.
Implements
IBIMonitoringServiceApplicationProxy.QueryNamedSetsFromDataSource(DataSource)
Remarks
Security Note |
---|
The caller must have write access to the data source location, or the data source must be read only and match the stored data source exactly. |
See Also
Reference
BIMonitoringServiceApplicationProxy Class