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