'Declaration Public Sub GenerateCube( _ Optional ByVal parameters As CubeGenerationParameters _ )
public void GenerateCube( CubeGenerationParameters parameters )
This method automatically populates the DimensionDescriptors and MeasureDescriptors collections by inspecting the type information for the object described by the ItemType property.
The metadata included in each PropertyDescriptor exposed by the type is used to create the respective hierarchy and measure descriptors which define the axes available to the associated data source.
The following sequence of events describes the cube generation process:
Cube generation is a synchronous process; at the completion of the GenerateCube method, the data source is fully configured and ready to be initialized.
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