BIMonitoringServiceApplicationProxy.GetCubeMetaData-Methode
Ruft das Unified Dimensional Model (UDM)-Metadaten für eine Microsoft SQL Server -Analysis Services-Datenquelle basierend auf dem Speicherort der Datenquelle ab.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Function GetCubeMetaData ( _
dataSourceLocation As RepositoryLocation _
) As Cube
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim returnValue As Cube
returnValue = instance.GetCubeMetaData(dataSourceLocation)
public Cube GetCubeMetaData(
RepositoryLocation dataSourceLocation
)
Parameter
dataSourceLocation
Typ: Microsoft.PerformancePoint.Scorecards.RepositoryLocationDer Speicherort der Datenquelle in das Repository.
Rückgabewert
Typ: Microsoft.PerformancePoint.Scorecards.Cube
Das UDM-Metadaten für eine Analysis Services-Datenquelle.
Implementiert
IBIMonitoringServiceApplicationProxy.GetCubeMetaData(RepositoryLocation)
Hinweise
Dieser Vorgang wird von Analysis Services-Datenquellen nur unterstützt.
Siehe auch
Referenz
BIMonitoringServiceApplicationProxy Klasse