Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe specified data source object.
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