Share via


TabularDataSourceProvider.QueryChildMembers method (String, Int64, Int64)

Gets the child elements of a dimension.

Namespace:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)

Syntax

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

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

Parameters

  • start
    Type: System.Int64

    The first child index to start returning.

  • count
    Type: System.Int64

    The maximum number of child elements to return.

Return value

Type: Microsoft.PerformancePoint.Scorecards.MemberCollection

Implements

IDataSourceMetadata.QueryChildMembers(String, Int64, Int64)

Remarks

Only single-level (flat) hierarchies are supported.

See also

Reference

TabularDataSourceProvider class

TabularDataSourceProvider members

QueryChildMembers overload

Microsoft.PerformancePoint.Scorecards.DataSourceProviders namespace