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 GetDimensions ( _
dataSourceLocation As RepositoryLocation _
) As DimensionCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim returnValue As DimensionCollection
returnValue = instance.GetDimensions(dataSourceLocation)
public 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.
Implements
IBIMonitoringServiceApplicationProxy.GetDimensions(RepositoryLocation)
See Also
Reference
BIMonitoringServiceApplicationProxy Class