Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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