Share via


CustomDataSourceProvider.QueryChildMembers Method (String) (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 _
) As MemberCollection
'Usage
Dim instance As CustomDataSourceProvider
Dim self As String
Dim returnValue As MemberCollection

returnValue = instance.QueryChildMembers(self)
public abstract MemberCollection QueryChildMembers (
    string self
)

Parameters

  • self
    The unique name of the member.

Return Value

A collection of child members of self.

See Also

Reference

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