BIMonitoringServiceApplicationProxy.GetCubeMetaData Method
Retrieves the Unified Dimensional Model (UDM) metadata for a Microsoft SQL Server Analysis Services data source, based on the location of the data source.
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
)
Parameters
dataSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the data source in the repository.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Cube
The UDM metadata for an Analysis Services data source.
Implements
IBIMonitoringServiceApplicationProxy.GetCubeMetaData(RepositoryLocation)
Remarks
This operation is supported by Analysis Services data sources only.
See Also
Reference
BIMonitoringServiceApplicationProxy Class