Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe specified data source object.
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