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 available named sets in the data source.
Namespace: Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly: Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)
Syntax
'Declaration
Public Overrides Function QueryNamedSets As NamedSetCollection
'Usage
Dim instance As TabularDataSourceProvider
Dim returnValue As NamedSetCollection
returnValue = instance.QueryNamedSets()
public override NamedSetCollection QueryNamedSets()
Return Value
Type: Microsoft.PerformancePoint.Scorecards.NamedSetCollection
A collection of named sets.
Implements
IDataSourceMetadata.QueryNamedSets()
See Also
Reference
TabularDataSourceProvider Class
TabularDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace