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
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.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface