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