CreateMDCFiles Method
The CreateMDCFiles method creates all PowerCube files(.mdc) in a model.
Syntax
Model .CreateMDCFiles
Applies To
Discussion
Use this method to create a PowerCube for every cube and cube group in a model.
Transformer automatically generates categories from columns in your data sources when you create a cube. Whether Transformer includes a category in the cube depends on the settings for various properties, such as Consolidate, Inclusion, and DuplicateRollup.
Before you use this method, you must ensure that the LocalPath and DataSourcePath properties are properly set.
Use the CreateMDCFile method to create PowerCube files (.mdc) for a single cube or cube group.
A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.
Return Type
None