IBIMonitoringServiceApplicationProxy.GetDimensionsFromDataSource 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 GetDimensionsFromDataSource ( _
    dataSource As DataSource _
) As DimensionCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim returnValue As DimensionCollection

returnValue = instance.GetDimensionsFromDataSource(dataSource)
DimensionCollection GetDimensionsFromDataSource(
    DataSource dataSource
)

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