DataCubeConfigureIncrementalCubeStorage Method (StorageType, IEnumerableGuid)

Configures the incremental 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 ConfigureIncrementalCubeStorage(
	StorageType category,
	IEnumerable<Guid> incrementParameterIds
)

Parameters

category
Type: Dundas.BI.Entities.DataCubesStorageType
The incremental storage category.
incrementParameterIds
Type: System.Collections.GenericIEnumerableGuid
The IDs of the parameters selected for incremental process control.
Exceptions
ExceptionCondition
ArgumentExceptionincrementParameterIds is or empty.
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