Share via


PmService.QueryTimeIntelligenceDirect Method (Microsoft.PerformancePoint.Scorecards)

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/QueryTimeIntelligenceDirect", RequestNamespace:="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace:="https://www.microsoft.com/performancepoint/scorecards", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function QueryTimeIntelligenceDirect ( _
    dataSource As DataSource, _
    currentTime As DateTime, _
    formula As String _
) As MemberCollection
'Usage
Dim instance As PmService
Dim dataSource As DataSource
Dim currentTime As DateTime
Dim formula As String
Dim returnValue As MemberCollection

returnValue = instance.QueryTimeIntelligenceDirect(dataSource, currentTime, formula)
[SoapDocumentMethodAttribute("https://www.microsoft.com/performancepoint/scorecards/QueryTimeIntelligenceDirect", RequestNamespace="https://www.microsoft.com/performancepoint/scorecards", ResponseNamespace="https://www.microsoft.com/performancepoint/scorecards", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public MemberCollection QueryTimeIntelligenceDirect (
    DataSource dataSource,
    DateTime currentTime,
    string formula
)

Parameters

  • dataSource
  • currentTime
  • formula

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace