IBIMonitoringServiceApplicationProxy.GetCubeNameInfos Method
Gets information about the specified data source.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function GetCubeNameInfos ( _
dataSource As DataSource _
) As NameInfoCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim returnValue As NameInfoCollection
returnValue = instance.GetCubeNameInfos(dataSource)
NameInfoCollection GetCubeNameInfos(
DataSource dataSource
)
Parameters
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe specified data source object.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.NameInfoCollection
The display name, unique name, and description of a cube, table, or list, depending on the type of the specified data source.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface