PmService.BeginQueryRelatedMemberFromDataSource Method (Microsoft.PerformancePoint.Scorecards)

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

Syntax

'Declaration
Public Function BeginQueryRelatedMemberFromDataSource ( _
    dataSource As DataSource, _
    self As String, _
    relationship As MemberRelationship, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As PmService
Dim dataSource As DataSource
Dim self As String
Dim relationship As MemberRelationship
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginQueryRelatedMemberFromDataSource(dataSource, self, relationship, callback, asyncState)
public IAsyncResult BeginQueryRelatedMemberFromDataSource (
    DataSource dataSource,
    string self,
    MemberRelationship relationship,
    AsyncCallback callback,
    Object asyncState
)

Parameters

  • dataSource
  • self
  • relationship
  • callback
  • asyncState

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace