IBIMonitoringServiceApplicationProxy.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
Function GetCubeMetaDataForDataSource ( _
    dataSource As DataSource _
) As Cube
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim returnValue As Cube

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

Parameters

Return value

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

Remarks

This operation is supported by Analysis Services data sources only.

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace