Share via


PmService.GetDimensions Method (Microsoft.PerformancePoint.Scorecards.Server)

Gets all dimensions of a data source.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetDimensions ( _
    dataSourceId As Guid _
) As DimensionCollection
'Usage
Dim instance As PmService
Dim dataSourceId As Guid
Dim returnValue As DimensionCollection

returnValue = instance.GetDimensions(dataSourceId)
[WebMethodAttribute] 
public DimensionCollection GetDimensions (
    Guid dataSourceId
)

Parameters

  • dataSourceId
    The ID of the data source to query.

Return Value

A collection of dimensions.

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace