IDataSourceMetadata.QueryChildMembers method (String, Int64, Int64)

Gets all the child members of a member.

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

Syntax

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

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

Parameters

  • start
    Type: System.Int64

    The index of the first child to start returning.

  • count
    Type: System.Int64

    The maximum number of children to return.

Return value

Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
A collection of child members of self.

See also

Reference

IDataSourceMetadata interface

IDataSourceMetadata members

QueryChildMembers overload

Microsoft.PerformancePoint.Scorecards namespace