BIMonitoringServiceApplicationProxy.GetCubeMetaDataForDataSource method

Retrieves the Unified Dimensional Model (UDM) metadata for the specified Microsoft SQL Server Analysis Services data source.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Function GetCubeMetaDataForDataSource ( _
    dataSource As DataSource _
) As Cube
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim returnValue As Cube

returnValue = instance.GetCubeMetaDataForDataSource(dataSource)
public Cube GetCubeMetaDataForDataSource(
    DataSource dataSource
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.Cube
The UDM metadata for an Analysis Services data source.

Implements

IBIMonitoringServiceApplicationProxy.GetCubeMetaDataForDataSource(DataSource)

Remarks

This operation is supported by Analysis Services data sources only.

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace