Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns all the children of the specified member.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.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
Type: System.StringThe unique name of the member.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The children of the specified member as a collection of Member objects.
Implements
IDataSourceMetadata.QueryChildMembers(String)
See Also
Reference
CustomDataSourceProvider Class