BIMonitoringServiceApplicationProxy.GetDimensions Method

Gets the list of dimensions from the cube that is represented by the specified data source.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Function GetDimensions ( _
    dataSourceLocation As RepositoryLocation _
) As DimensionCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim returnValue As DimensionCollection

returnValue = instance.GetDimensions(dataSourceLocation)
public DimensionCollection GetDimensions(
    RepositoryLocation dataSourceLocation
)

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.DimensionCollection
The list of dimensions from the specified data source.

Implements

IBIMonitoringServiceApplicationProxy.GetDimensions(RepositoryLocation)

See Also

Reference

BIMonitoringServiceApplicationProxy Class

BIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace