Share via


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

Gets the root members of a dimension.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryDimensionRootMembers ( _
    dataSourceId As Guid, _
    dimensionName As String _
) As MemberCollection
'Usage
Dim instance As PmService
Dim dataSourceId As Guid
Dim dimensionName As String
Dim returnValue As MemberCollection

returnValue = instance.QueryDimensionRootMembers(dataSourceId, dimensionName)
[WebMethodAttribute] 
public MemberCollection QueryDimensionRootMembers (
    Guid dataSourceId,
    string dimensionName
)

Parameters

  • dataSourceId
    The ID of the data source to query.
  • dimensionName
    The unique name of the dimension.

Return Value

A collection of the root members of the dimension.

See Also

Reference

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