Share via


TabularDataSourceProvider.GetDimensions method

Gets the mapped dimension columns from the data source.

Namespace:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)

Syntax

'Declaration
Public Overrides Function GetDimensions As DimensionCollection
'Usage
Dim instance As TabularDataSourceProvider
Dim returnValue As DimensionCollection

returnValue = instance.GetDimensions()
public override DimensionCollection GetDimensions()

Return value

Type: Microsoft.PerformancePoint.Scorecards.DimensionCollection

Implements

IDataSourceMetadata.GetDimensions()

See also

Reference

TabularDataSourceProvider class

TabularDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.DataSourceProviders namespace