BIMonitoringServiceApplicationProxy.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
Public Function GetCubeMetaDataForDataSource ( _
dataSource As DataSource _
) As Cube
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim returnValue As Cube
returnValue = instance.GetCubeMetaDataForDataSource(dataSource)
public Cube GetCubeMetaDataForDataSource(
DataSource dataSource
)
Parameters
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe specified data source object.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Cube
The UDM metadata for an Analysis Services data source.
Implements
IBIMonitoringServiceApplicationProxy.GetCubeMetaDataForDataSource(DataSource)
Remarks
This operation is supported by Analysis Services data sources only.
See Also
Reference
BIMonitoringServiceApplicationProxy Class