IBIMonitoringServiceApplicationProxy.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
Function QueryChildMembersFromDataSource ( _
    dataSource As DataSource, _
    memberUniqueName As String _
) As MemberCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim memberUniqueName As String
Dim returnValue As MemberCollection

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

See Also

Reference

IBIMonitoringServiceApplicationProxy Interface

IBIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace