IBIMonitoringServiceApplicationProxy.QueryTimeIntelligenceDirect method

Gets members from the specified data source, based on the specified Time Intelligence formula.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Function QueryTimeIntelligenceDirect ( _
    dataSource As DataSource, _
    currentTime As DateTime, _
    formula As String _
) As MemberCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim currentTime As DateTime
Dim formula As String
Dim returnValue As MemberCollection

returnValue = instance.QueryTimeIntelligenceDirect(dataSource, _
    currentTime, formula)
MemberCollection QueryTimeIntelligenceDirect(
    DataSource dataSource,
    DateTime currentTime,
    string formula
)

Parameters

  • formula
    Type: System.String

    The specified Time Intelligence formula.

Return value

Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The members from the specified data source based on the specified Time Intelligence formula.

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace