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.
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 _
) As MemberCollection
'Usage
Dim instance As IDataSourceMetadata
Dim self As String
Dim returnValue As MemberCollection
returnValue = instance.QueryChildMembers(self)
MemberCollection QueryChildMembers(
string self
)
Parameters
self
Type: System.StringThe unique name of the member.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
A collection of child members of self.