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

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

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace