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 the specified range of 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, _
start As Long, _
count As Long _
) As MemberCollection
'Usage
Dim instance As CustomDataSourceProvider
Dim self As String
Dim start As Long
Dim count As Long
Dim returnValue As MemberCollection
returnValue = instance.QueryChildMembers(self, _
start, count)
public abstract 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 return.
count
Type: System.Int64The maximum number of children to return.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
A range of children of the specified member.
Implements
IDataSourceMetadata.QueryChildMembers(String, Int64, Int64)
See Also
Reference
CustomDataSourceProvider Class