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