DataCubeConfigureCubeStorage Method (StorageType)

Configures the cube storage.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public void ConfigureCubeStorage(
	StorageType category
)

Parameters

category
Type: Dundas.BI.Entities.DataCubesStorageType
The storage category.
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