IDataSourceMetadata.QueryChildMembers Method (String, Int64, Int64)
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, _
start As Long, _
count As Long _
) As MemberCollection
'Usage
Dim instance As IDataSourceMetadata
Dim self As String
Dim start As Long
Dim count As Long
Dim returnValue As MemberCollection
returnValue = instance.QueryChildMembers(self, _
start, count)
MemberCollection QueryChildMembers(
string self,
long start,
long count
)
Parameters
self
Type: System.StringThe unique name of the member.
start
Type: System.Int64The index of the first child to start returning.
count
Type: System.Int64The maximum number of children to return.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
A collection of child members of self.