IDataCubeServiceConfigureIncrementalCubeStorage Method (Guid, StorageType, IEnumerableGuid) |
Configures the incremental storage for the specified data cube.
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxvoid ConfigureIncrementalCubeStorage(
Guid dataCubeId,
StorageType category,
IEnumerable<Guid> incrementElementIds
)
Sub ConfigureIncrementalCubeStorage (
dataCubeId As Guid,
category As StorageType,
incrementElementIds As IEnumerable(Of Guid)
)
void ConfigureIncrementalCubeStorage(
Guid dataCubeId,
StorageType category,
IEnumerable<Guid>^ incrementElementIds
)
abstract ConfigureIncrementalCubeStorage :
dataCubeId : Guid *
category : StorageType *
incrementElementIds : IEnumerable<Guid> -> unit
Parameters
- dataCubeId
- Type: SystemGuid
The data cube ID. - category
- Type: Dundas.BI.Entities.DataCubesStorageType
The incremental storage category. - incrementElementIds
- Type: System.Collections.GenericIEnumerableGuid
The IDs of the output elements selected for incremental process control.
Exceptions| Exception | Condition |
|---|
| ArgumentException | dataCubeId is Empty. |
| NotFoundException | The specified data cube could not be found. |
| NoPrivilegeException | The caller does not have Read access to the specified data cube. |
| InvalidSessionException | The caller context is not associated with a valid session. |
| ArgumentException | incrementElementIds is or empty. |
| NotSupportedException | The specified control elements are invalid, as only numeric and DateTime data types are supported. |
See Also