Share via


PmService.BeginGetDataSourceVariableMembers Method (Microsoft.PerformancePoint.Scorecards)

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

Syntax

'Declaration
Public Function BeginGetDataSourceVariableMembers ( _
    dataSource As DataSource, _
    variable As DataSourceVariable, _
    memberUniqueName As String, _
    treeOperation As Integer, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As PmService
Dim dataSource As DataSource
Dim variable As DataSourceVariable
Dim memberUniqueName As String
Dim treeOperation As Integer
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginGetDataSourceVariableMembers(dataSource, variable, memberUniqueName, treeOperation, callback, asyncState)
public IAsyncResult BeginGetDataSourceVariableMembers (
    DataSource dataSource,
    DataSourceVariable variable,
    string memberUniqueName,
    int treeOperation,
    AsyncCallback callback,
    Object asyncState
)

Parameters

  • dataSource
  • variable
  • memberUniqueName
  • treeOperation
  • callback
  • asyncState

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace