BIMonitoringServiceApplicationProxy.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
Public Function QueryTimeIntelligenceDirect ( _
    dataSource As DataSource, _
    currentTime As DateTime, _
    formula As String _
) As MemberCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim currentTime As DateTime
Dim formula As String
Dim returnValue As MemberCollection

returnValue = instance.QueryTimeIntelligenceDirect(dataSource, _
    currentTime, formula)
public 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.

Implements

IBIMonitoringServiceApplicationProxy.QueryTimeIntelligenceDirect(DataSource, DateTime, String)

Remarks

Security noteSecurity Note

The caller must have write access to the data source location, or the data source must be read only and match the stored data source exactly.

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace