CustomDataSourceProvider.GetCube Method
Returns the cube, table, or list that is represented by the data source.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public MustOverride Function GetCube As Cube
'Usage
Dim instance As CustomDataSourceProvider
Dim returnValue As Cube
returnValue = instance.GetCube()
public abstract Cube GetCube()
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Cube
The cube, table, or list that is represented by the data source.
Implements
See Also
Reference
CustomDataSourceProvider Class