PmService.QueryChildMembersByRange 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/QueryChildMembersByRange", RequestNamespace:="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace:="https://www.microsoft.com/performancepoint/scorecards", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function QueryChildMembersByRange ( _
    dataSourceId As Guid, _
    self As String, _
    start As Long, _
    count As Long _
) As MemberCollection
'Usage
Dim instance As PmService
Dim dataSourceId As Guid
Dim self As String
Dim start As Long
Dim count As Long
Dim returnValue As MemberCollection

returnValue = instance.QueryChildMembersByRange(dataSourceId, self, start, count)
[SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/QueryChildMembersByRange", RequestNamespace="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace="https://www.microsoft.com/performancepoint/scorecards", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public MemberCollection QueryChildMembersByRange (
    Guid dataSourceId,
    string self,
    long start,
    long count
)

Parameters

  • dataSourceId
  • self
  • start
  • count

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace