Share via


TabularDataSourceProvider.GetCube method

Gets the cube representation of the data source.

Namespace:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)

Syntax

'Declaration
Public Overrides Function GetCube As Cube
'Usage
Dim instance As TabularDataSourceProvider
Dim returnValue As Cube

returnValue = instance.GetCube()
public override Cube GetCube()

Return value

Type: Microsoft.PerformancePoint.Scorecards.Cube

Implements

IDataSourceMetadata.GetCube()

See also

Reference

TabularDataSourceProvider class

TabularDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.DataSourceProviders namespace