Share via


PmService.BeginQueryTimeIntelligenceDirect Method (Microsoft.PerformancePoint.Scorecards)

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

Syntax

'Declaration
Public Function BeginQueryTimeIntelligenceDirect ( _
    dataSource As DataSource, _
    currentTime As DateTime, _
    formula As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As PmService
Dim dataSource As DataSource
Dim currentTime As DateTime
Dim formula As String
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginQueryTimeIntelligenceDirect(dataSource, currentTime, formula, callback, asyncState)
public IAsyncResult BeginQueryTimeIntelligenceDirect (
    DataSource dataSource,
    DateTime currentTime,
    string formula,
    AsyncCallback callback,
    Object asyncState
)

Parameters

  • dataSource
  • currentTime
  • formula
  • callback
  • asyncState

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace