IBIMonitoringServiceApplicationProxy.QueryDimensionRootMembersFromDataSource Method

Gets the root members of a dimension from the specified data source.

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

Syntax

'Declaration
Function QueryDimensionRootMembersFromDataSource ( _
    dataSource As DataSource, _
    dimensionName As String _
) As MemberCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim dimensionName As String
Dim returnValue As MemberCollection

returnValue = instance.QueryDimensionRootMembersFromDataSource(dataSource, _
    dimensionName)
MemberCollection QueryDimensionRootMembersFromDataSource(
    DataSource dataSource,
    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