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.
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