Share via


TabularDataSourceProvider.InternalCube property

Gets the multidimensional representation of the source data.

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

Syntax

'Declaration
Public ReadOnly Property InternalCube As RealTimeCube
    Get
'Usage
Dim instance As TabularDataSourceProvider
Dim value As RealTimeCube

value = instance.InternalCube
public RealTimeCube InternalCube { get; }

Property value

Type: RealTimeCube
The multidimensional representation of the source data.

See also

Reference

TabularDataSourceProvider class

TabularDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.DataSourceProviders namespace