Share via


PmService.QueryTimeIntelligenceDirect Method (Microsoft.PerformancePoint.Scorecards.Server)

Gets a member for a data source, current time, and Time Intelligence formula.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryTimeIntelligenceDirect ( _
    dataSource As DataSource, _
    currentTime As DateTime, _
    formula As String _
) As MemberCollection
'Usage
Dim instance As PmService
Dim dataSource As DataSource
Dim currentTime As DateTime
Dim formula As String
Dim returnValue As MemberCollection

returnValue = instance.QueryTimeIntelligenceDirect(dataSource, currentTime, formula)
[WebMethodAttribute] 
public MemberCollection QueryTimeIntelligenceDirect (
    DataSource dataSource,
    DateTime currentTime,
    string formula
)

Parameters

  • dataSource
    The data source to query.
  • currentTime
    The current time.
  • formula
    The Time Intelligence formula.

Return Value

A member for the specified data source, current time, and Time Intelligence formula.

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace