CustomDataSourceProvider.QueryChildMembers Method (String, Int64, Int64) (Microsoft.PerformancePoint.Scorecards.Extensions)

Gets all the child members of a member.

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

Syntax

'Declaration
Public MustOverride Function QueryChildMembers ( _
    self As String, _
    start As Long, _
    count As Long _
) As MemberCollection
'Usage
Dim instance As CustomDataSourceProvider
Dim self As String
Dim start As Long
Dim count As Long
Dim returnValue As MemberCollection

returnValue = instance.QueryChildMembers(self, start, count)
public abstract MemberCollection QueryChildMembers (
    string self,
    long start,
    long count
)

Parameters

  • self
    The unique name of the member.
  • start
    The first child index to start returning.
  • count
    The maximum number of children to return.

Return Value

A collection of child members of self.

See Also

Reference

CustomDataSourceProvider Class
CustomDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.Extensions Namespace