Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Function GetCubeMetaDataForDataSource ( _
dataSource As DataSource _
) As Cube
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim returnValue As Cube
returnValue = instance.GetCubeMetaDataForDataSource(dataSource)
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.
Remarks
This operation is supported by Analysis Services data sources only.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface