CustomDataSourceProvider.QueryTimeIntelligenceMembers - Méthode
Renvoie les membres d'une formule d'intelligence temporelle.
Espace de noms : Microsoft.PerformancePoint.Scorecards.Extensions
Assembly : Microsoft.PerformancePoint.Scorecards.Server (dans Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntaxe
'Déclaration
Public Overridable Function QueryTimeIntelligenceMembers ( _
currentTime As DateTime, _
formula As String _
) As MemberCollection
'Utilisation
Dim instance As CustomDataSourceProvider
Dim currentTime As DateTime
Dim formula As String
Dim returnValue As MemberCollection
returnValue = instance.QueryTimeIntelligenceMembers(currentTime, _
formula)
public virtual MemberCollection QueryTimeIntelligenceMembers(
DateTime currentTime,
string formula
)
Paramètres
currentTime
Type : System.DateTimeL'heure actuelle.
formula
Type : System.StringLa formule d'intelligence temporelle.
Valeur renvoyée
Type : Microsoft.PerformancePoint.Scorecards.MemberCollection
Membre time intelligence.
Implémentations
IDataSourceMetadata.QueryTimeIntelligenceMembers(DateTime, String)
Remarques
L'implémentation par défaut retourne une collection vide.
Voir aussi
Référence
CustomDataSourceProvider classe
CustomDataSourceProvider - Membres
Microsoft.PerformancePoint.Scorecards.Extensions - Espace de noms