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 metadata for the specified data source.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function GetCubeFromDataSource ( _
dataSource As DataSource _
) As Cube
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim returnValue As Cube
returnValue = instance.GetCubeFromDataSource(dataSource)
Cube GetCubeFromDataSource(
DataSource dataSource
)
Parameters
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe specified data source object.
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