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)
Syntax
public void ConfigureCubeStorage(
	StorageType category,
	bool triggerReferencesProcess
)

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
ExceptionCondition
ArgumentExceptionThe specified storage category requires a different method overload.
NotSupportedExceptionThe current data cube does not support the specified storage category.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also