IBpm.QueryChildMembersFromDataSource Method (Microsoft.PerformancePoint.Scorecards)

Gets the children of a member.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

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

returnValue = instance.QueryChildMembersFromDataSource(dataSource, memberUniqueName)
MemberCollection QueryChildMembersFromDataSource (
    DataSource dataSource,
    string memberUniqueName
)

Parameters

  • dataSource
    The data source to query.
  • memberUniqueName
    The unique name of a member.

Return Value

A collection of child members.

See Also

Reference

IBpm Interface
IBpm Members
Microsoft.PerformancePoint.Scorecards Namespace