IBIMonitoringServiceApplicationProxy.QueryChildMembersByRangeFromDataSource Method
Gets a range of child elements of a member from the specified data source.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function QueryChildMembersByRangeFromDataSource ( _
dataSource As DataSource, _
self As String, _
start As Long, _
count As Long _
) As MemberCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim self As String
Dim start As Long
Dim count As Long
Dim returnValue As MemberCollection
returnValue = instance.QueryChildMembersByRangeFromDataSource(dataSource, _
self, start, count)
MemberCollection QueryChildMembersByRangeFromDataSource(
DataSource dataSource,
string self,
long start,
long count
)
Parameters
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe specified data source object.
self
Type: System.StringThe unique name of the member to query.
start
Type: System.Int64The zero-based index to begin retrieving results from.
count
Type: System.Int64The maximum number of results to return.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The specified range of child elements of the specified member.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface