BIMonitoringServiceApplicationProxy.QueryTimeIntelligence method

Gets members from a 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 QueryTimeIntelligence ( _
    dataSourceLocation As RepositoryLocation, _
    currentTime As DateTime, _
    formula As String _
) As MemberCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim currentTime As DateTime
Dim formula As String
Dim returnValue As MemberCollection

returnValue = instance.QueryTimeIntelligence(dataSourceLocation, _
    currentTime, formula)
public MemberCollection QueryTimeIntelligence(
    RepositoryLocation dataSourceLocation,
    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.QueryTimeIntelligence(RepositoryLocation, DateTime, String)

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace