CustomDataSourceProvider.GetCubeNames method
Returns the names of the cubes in the database.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.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
Type: []
An array of cube names.
Implements
IDataSourceMetadata.GetCubeNames()
See also
Reference
CustomDataSourceProvider class