Share via


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

Gets the dimensions in the cube.

Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public MustOverride Function GetDimensions As DimensionCollection
'Usage
Dim instance As CustomDataSourceProvider
Dim returnValue As DimensionCollection

returnValue = instance.GetDimensions
public abstract DimensionCollection GetDimensions ()

Return Value

A collection of dimension information.

See Also

Reference

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