AdomdDataSourceProvider.GetCube Method (Microsoft.PerformancePoint.Scorecards.DataSourceProviders)

Gets the cube represented by 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 AdomdDataSourceProvider
Dim returnValue As Cube

returnValue = instance.GetCube
public override Cube GetCube ()

Return Value

The cube that is pointed to by the data source.

See Also

Reference

AdomdDataSourceProvider Class
AdomdDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace