CustomDataSourceProvider.GetDimensions method

Returns the dimensions in the cube.

Namespace:  Microsoft.PerformancePoint.Scorecards.Extensions
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.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

Type: Microsoft.PerformancePoint.Scorecards.DimensionCollection
The dimensions in the cube.

Implements

IDataSourceMetadata.GetDimensions()

See also

Reference

CustomDataSourceProvider class

CustomDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.Extensions namespace