AdomdDataSourceProvider.QueryChildMembers Method (String) (Microsoft.PerformancePoint.Scorecards.DataSourceProviders)

Gets all the child members of the specified member.

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 _
) As MemberCollection
'Usage
Dim instance As AdomdDataSourceProvider
Dim self As String
Dim returnValue As MemberCollection

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

Parameters

  • self
    The unique name of the member.

Return Value

A collection of child members of the specified member.

See Also

Reference

AdomdDataSourceProvider Class
AdomdDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace