IBIMonitoringServiceApplicationProxy.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
Function GetDimensions ( _
    dataSourceLocation As RepositoryLocation _
) As DimensionCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim returnValue As DimensionCollection

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

Parameters

Return Value

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

See Also

Reference

IBIMonitoringServiceApplicationProxy Interface

IBIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace