IBpm.QueryChildMembersByRange 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 QueryChildMembersByRange ( _
    dataSourceId As Guid, _
    self As String, _
    start As Long, _
    count As Long _
) As MemberCollection
'Usage
Dim instance As IBpm
Dim dataSourceId As Guid
Dim self As String
Dim start As Long
Dim count As Long
Dim returnValue As MemberCollection

returnValue = instance.QueryChildMembersByRange(dataSourceId, self, start, count)
MemberCollection QueryChildMembersByRange (
    Guid dataSourceId,
    string self,
    long start,
    long count
)

Parameters

  • dataSourceId
    The ID of the data source to query.
  • self
    The unique name of a member.
  • start
    The zero-based index to begin retrieving results from.
  • count
    The maximum number of results to retrieve.

Return Value

A collection of child members.

See Also

Reference

IBpm Interface
IBpm Members
Microsoft.PerformancePoint.Scorecards Namespace