Share via


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

Gets the cube represented by the data source.

Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.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

The cube pointed to by the data source.

See Also

Reference

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