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
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.
Implements
IBIMonitoringServiceApplicationProxy.QueryTimeIntelligenceDirect(DataSource, DateTime, String)
Remarks
Security 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