Version

CubeGenerationParameters Class

Encapsulates the options available when generating cube metadata for a FlatDataSource.
Syntax
'Declaration
 
Public Class CubeGenerationParameters 
public class CubeGenerationParameters 
Remarks

Use this class to specify non-default options when generating cube metadata via the GenerateCube method.

This class provides the ability to:

  • Specify the manner in which Dimension descriptors are created, and how hierarchies are assigned to them.
  • Specify the manner in which measure data is aggregated.
  • Specify the manner in which hierarchical levels are created.
  • Override the default list of properties to which the data source is bound.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also