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

Gets the names of the cubes in the DataSource database.

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

Syntax

'Declaration
Public MustOverride Function GetCubeNames As String()
'Usage
Dim instance As CustomDataSourceProvider
Dim returnValue As String()

returnValue = instance.GetCubeNames
public abstract string[] GetCubeNames ()

Return Value

An array of cube names.

See Also

Reference

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