Version

LevelCreationParameters Class

Encapsulates the options available when generating hierarchical levels for a FlatDataSource.
Syntax
'Declaration
 
Public Class LevelCreationParameters 
public class LevelCreationParameters 
Remarks

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

This class provides the ability to:

  • Specify whether an 'all members' level is created for a given hierarchy.
  • Specify the manner in which levels are created for properties of type System.DateTime.

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