IDataSourceMetadata.QueryTimeIntelligenceMembers Method
Gets the members for a Time Intelligence formula.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function QueryTimeIntelligenceMembers ( _
currentTime As DateTime, _
formula As String _
) As MemberCollection
'Usage
Dim instance As IDataSourceMetadata
Dim currentTime As DateTime
Dim formula As String
Dim returnValue As MemberCollection
returnValue = instance.QueryTimeIntelligenceMembers(currentTime, _
formula)
MemberCollection QueryTimeIntelligenceMembers(
DateTime currentTime,
string formula
)
Parameters
currentTime
Type: System.DateTimeThe current time.
formula
Type: System.StringThe Time Intelligence formula.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.MemberCollection
The Time Intelligence members.