BIMonitoringServiceApplicationProxy.QueryChildMembersFromDataSource method

Gets the child elements of a member from the specified data source.

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

Syntax

'Declaration
Public Function QueryChildMembersFromDataSource ( _
    dataSource As DataSource, _
    memberUniqueName As String _
) As MemberCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim memberUniqueName As String
Dim returnValue As MemberCollection

returnValue = instance.QueryChildMembersFromDataSource(dataSource, _
    memberUniqueName)
public MemberCollection QueryChildMembersFromDataSource(
    DataSource dataSource,
    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.QueryChildMembersFromDataSource(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