IBIMonitoringServiceApplicationProxy.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
Function GetCube ( _
dataSourceLocation As RepositoryLocation _
) As Cube
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim returnValue As Cube
returnValue = instance.GetCube(dataSourceLocation)
Cube GetCube(
RepositoryLocation dataSourceLocation
)
Parameters
dataSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the data source in the repository.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Cube
The metadata for the specified data source.
Remarks
All data source types support this operation.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface