BIMonitoringServiceApplicationProxy.GetCube - Méthode

Récupère les métadonnées d'une source de données, en fonction de l'emplacement de la source de données.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.ServerCommon (dans Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntaxe

'Déclaration
Public Function GetCube ( _
    dataSourceLocation As RepositoryLocation _
) As Cube
'Utilisation
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim returnValue As Cube

returnValue = instance.GetCube(dataSourceLocation)
public Cube GetCube(
    RepositoryLocation dataSourceLocation
)

Paramètres

Valeur renvoyée

Type : Microsoft.PerformancePoint.Scorecards.Cube
Les métadonnées de la source de données spécifiée.

Implémentations

IBIMonitoringServiceApplicationProxy.GetCube(RepositoryLocation)

Remarques

Tous les types de source de données prend en charge cette opération.

Voir aussi

Référence

BIMonitoringServiceApplicationProxy classe

BIMonitoringServiceApplicationProxy - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms