BIMonitoringServiceApplicationProxy.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
Public Function GetCubeNameInfos ( _
    dataSource As DataSource _
) As NameInfoCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim returnValue As NameInfoCollection

returnValue = instance.GetCubeNameInfos(dataSource)
public 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.

Implements

IBIMonitoringServiceApplicationProxy.GetCubeNameInfos(DataSource)

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace