DataCubeConfigureCubeStorage Method (StorageType, Boolean) |
Configures the cube storage.
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic void ConfigureCubeStorage(
StorageType category,
bool triggerReferencesProcess
)
Public Sub ConfigureCubeStorage (
category As StorageType,
triggerReferencesProcess As Boolean
)
public:
void ConfigureCubeStorage(
StorageType category,
bool triggerReferencesProcess
)
member ConfigureCubeStorage :
category : StorageType *
triggerReferencesProcess : bool -> unit
Parameters
- category
- Type: Dundas.BI.Entities.DataCubesStorageType
The storage category. - triggerReferencesProcess
- Type: SystemBoolean
Flag that indicates if referenced data cubes should be processed prior to the current instance.
Exceptions
See Also