BIMonitoringServiceApplicationProxy.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
Public Function QueryChildMembersByRangeFromDataSource ( _
    dataSource As DataSource, _
    self As String, _
    start As Long, _
    count As Long _
) As MemberCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
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)
public MemberCollection QueryChildMembersByRangeFromDataSource(
    DataSource dataSource,
    string self,
    long start,
    long count
)

Parameters

  • self
    Type: System.String

    The unique name of the member to query.

  • start
    Type: System.Int64

    The zero-based index to begin retrieving results from.

  • count
    Type: System.Int64

    The maximum number of results to return.

Return value

Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The specified range of child elements of the specified member.

Implements

IBIMonitoringServiceApplicationProxy.QueryChildMembersByRangeFromDataSource(DataSource, String, Int64, Int64)

Remarks

Security noteSecurity Note

The caller must have write access to the data source location, or the data source must be read only and match the stored data source exactly.

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace