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
dataSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the data source in the repository.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.DimensionCollection
The list of dimensions from the specified data source.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface