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

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

Parameters

Return value

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

Implements

IBIMonitoringServiceApplicationProxy.GetDimensionsFromDataSource(DataSource)

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace