BIMonitoringServiceApplicationProxy.QueryChildMembers method

Gets the child elements of a member 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
Public Function QueryChildMembers ( _
    dataSourceLocation As RepositoryLocation, _
    memberUniqueName As String _
) As MemberCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim memberUniqueName As String
Dim returnValue As MemberCollection

returnValue = instance.QueryChildMembers(dataSourceLocation, _
    memberUniqueName)
public MemberCollection QueryChildMembers(
    RepositoryLocation dataSourceLocation,
    string memberUniqueName
)

Parameters

  • memberUniqueName
    Type: System.String

    The unique name of the member to query.

Return value

Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The child elements of the specified member.

Implements

IBIMonitoringServiceApplicationProxy.QueryChildMembers(RepositoryLocation, String)

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace