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 the members for the time intelligence formula.
Namespace: Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly: Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)
Syntax
'Declaration
Public Overrides Function QueryTimeIntelligenceMembers ( _
currentTime As DateTime, _
formula As String _
) As MemberCollection
'Usage
Dim instance As TabularDataSourceProvider
Dim currentTime As DateTime
Dim formula As String
Dim returnValue As MemberCollection
returnValue = instance.QueryTimeIntelligenceMembers(currentTime, _
formula)
public override 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.
Implements
IDataSourceMetadata.QueryTimeIntelligenceMembers(DateTime, String)
See Also
Reference
TabularDataSourceProvider Class
TabularDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace