Share via


PmService.QueryChildMembersByRangeFromDataSource Method (Microsoft.PerformancePoint.Scorecards)

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/QueryChildMembersByRangeFromDataSource", RequestNamespace:="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace:="https://www.microsoft.com/performancepoint/scorecards", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function QueryChildMembersByRangeFromDataSource ( _
    dataSource As DataSource, _
    self As String, _
    start As Long, _
    count As Long _
) As MemberCollection
'Usage
Dim instance As PmService
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)
[SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/QueryChildMembersByRangeFromDataSource", RequestNamespace="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace="https://www.microsoft.com/performancepoint/scorecards", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public MemberCollection QueryChildMembersByRangeFromDataSource (
    DataSource dataSource,
    string self,
    long start,
    long count
)

Parameters

  • dataSource
  • self
  • start
  • count

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace