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