CustomDataSourceProvider.GetCubeNameInfos Method (Microsoft.PerformancePoint.Scorecards.Extensions)

Gets the cubes collection as a Scorecards NameInfoCollection object.

Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public MustOverride Function GetCubeNameInfos As NameInfoCollection
'Usage
Dim instance As CustomDataSourceProvider
Dim returnValue As NameInfoCollection

returnValue = instance.GetCubeNameInfos
public abstract NameInfoCollection GetCubeNameInfos ()

Return Value

A collection of information of the cubes in this database.

See Also

Reference

CustomDataSourceProvider Class
CustomDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.Extensions Namespace