CustomDataSourceProvider.GetCubeNameInfos method

Returns the unique name, display name (caption), and description of a cube.

Namespace:  Microsoft.PerformancePoint.Scorecards.Extensions
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntax

'Declaration
Public MustOverride Function GetCubeNameInfos As NameInfoCollection
'Usage
Dim instance As CustomDataSourceProvider
Dim returnValue As NameInfoCollection

returnValue = instance.GetCubeNameInfos()
public abstract NameInfoCollection GetCubeNameInfos()

Return value

Type: Microsoft.PerformancePoint.Scorecards.NameInfoCollection
The unique name, display name (caption), and description of a cube.

Implements

IDataSourceMetadata.GetCubeNameInfos()

See also

Reference

CustomDataSourceProvider class

CustomDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.Extensions namespace