Share via


CustomDataSourceProvider.GetCubeMetaData method

Returns the hierarchy of the cube.

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

Syntax

'Declaration
Public MustOverride Function GetCubeMetaData ( _
    extendedMetadata As Boolean _
) As Cube
'Usage
Dim instance As CustomDataSourceProvider
Dim extendedMetadata As Boolean
Dim returnValue As Cube

returnValue = instance.GetCubeMetaData(extendedMetadata)
public abstract Cube GetCubeMetaData(
    bool extendedMetadata
)

Parameters

  • extendedMetadata
    Type: System.Boolean

    true if the provider should return members; otherwise false. The default is true.

Return value

Type: Microsoft.PerformancePoint.Scorecards.Cube
The hierarchy of the cube including its members, if specified.

Implements

IDataSourceMetadata.GetCubeMetaData(Boolean)

See also

Reference

CustomDataSourceProvider class

CustomDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.Extensions namespace