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

IDataSourceMetadata.GetCube()

See also

Reference

CustomDataSourceProvider class

CustomDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.Extensions namespace