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