DataCubeConfigureIncrementalCubeStorage(StorageType, IEnumerableGuid) Method

Configures the incremental cube storage.

Namespace: Dundas.BI.Entities.DataCubes
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public void ConfigureIncrementalCubeStorage(
	StorageType category,
	IEnumerable<Guid> incrementParameterIds
)

Parameters

category  StorageType
The incremental storage category.
incrementParameterIds  IEnumerableGuid
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