BIMonitoringServiceApplicationProxy.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
Public Function QueryDimensionRootMembersFromDataSource ( _
    dataSource As DataSource, _
    dimensionName As String _
) As MemberCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim dimensionName As String
Dim returnValue As MemberCollection

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

Implements

IBIMonitoringServiceApplicationProxy.QueryDimensionRootMembersFromDataSource(DataSource, String)

Remarks

Security noteSecurity Note

The caller must have write access to the data source location, or the data source must be read only and match the stored data source exactly.

See Also

Reference

BIMonitoringServiceApplicationProxy Class

BIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace