IBIMonitoringServiceApplicationProxy.GetCubeMetaData method
Retrieves the Unified Dimensional Model (UDM) metadata for a Microsoft SQL Server Analysis Services 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 GetCubeMetaData ( _
dataSourceLocation As RepositoryLocation _
) As Cube
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSourceLocation As RepositoryLocation
Dim returnValue As Cube
returnValue = instance.GetCubeMetaData(dataSourceLocation)
Cube GetCubeMetaData(
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 UDM metadata for an Analysis Services data source.
Remarks
This operation is supported by Analysis Services data sources only.
See also
Reference
IBIMonitoringServiceApplicationProxy interface