BIMonitoringServiceApplicationProxy.GetCube method

Retrieves the metadata for a 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 GetCube ( _
    dataSourceLocation As RepositoryLocation _
) As Cube
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim returnValue As Cube

returnValue = instance.GetCube(dataSourceLocation)
public Cube GetCube(
    RepositoryLocation dataSourceLocation
)

Parameters

Return value

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

Implements

IBIMonitoringServiceApplicationProxy.GetCube(RepositoryLocation)

Remarks

All data source types support this operation.

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace