IBIMonitoringServiceApplicationProxy.QueryDimensionRootMembers Method

Gets the root members of a dimension from a data source, based on the location of the data source.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Function QueryDimensionRootMembers ( _
    dataSourceLocation As RepositoryLocation, _
    dimensionName As String _
) As MemberCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim dimensionName As String
Dim returnValue As MemberCollection

returnValue = instance.QueryDimensionRootMembers(dataSourceLocation, _
    dimensionName)
MemberCollection QueryDimensionRootMembers(
    RepositoryLocation dataSourceLocation,
    string dimensionName
)

Parameters

  • dimensionName
    Type: System.String

    The name of the dimension to query.

Return Value

Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The root members of the specified dimension.

See Also

Reference

IBIMonitoringServiceApplicationProxy Interface

IBIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace