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

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

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace