BIMonitoringServiceApplicationProxy.GetCubeFromDataSource Method

Retrieves the metadata for the specified data source.

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

Syntax

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

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

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.Cube
The metadata for the specified data source.

Implements

IBIMonitoringServiceApplicationProxy.GetCubeFromDataSource(DataSource)

Remarks

All data source types support this operation.

See Also

Reference

BIMonitoringServiceApplicationProxy Class

BIMonitoringServiceApplicationProxy Members

Microsoft.PerformancePoint.Scorecards Namespace