IBIMonitoringServiceApplicationProxy.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
Function QueryTimeIntelligence ( _
dataSourceLocation As RepositoryLocation, _
currentTime As DateTime, _
formula As String _
) As MemberCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim currentTime As DateTime
Dim formula As String
Dim returnValue As MemberCollection
returnValue = instance.QueryTimeIntelligence(dataSourceLocation, _
currentTime, formula)
MemberCollection QueryTimeIntelligence(
RepositoryLocation dataSourceLocation,
DateTime currentTime,
string formula
)
Parameters
dataSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the data source in the repository.
currentTime
Type: System.DateTimeThe current time.
formula
Type: System.StringThe 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