Share via


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