IDataCubeServiceConfigureIncrementalCubeStorage Method (Guid, StorageType, IEnumerableGuid, Boolean) |
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 (10.0.0.1002)
Syntaxvoid ConfigureIncrementalCubeStorage(
Guid dataCubeId,
StorageType category,
IEnumerable<Guid> incrementElementIds,
bool triggerReferencesProcess
)
Sub ConfigureIncrementalCubeStorage (
dataCubeId As Guid,
category As StorageType,
incrementElementIds As IEnumerable(Of Guid),
triggerReferencesProcess As Boolean
)
void ConfigureIncrementalCubeStorage(
Guid dataCubeId,
StorageType category,
IEnumerable<Guid>^ incrementElementIds,
bool triggerReferencesProcess
)
abstract ConfigureIncrementalCubeStorage :
dataCubeId : Guid *
category : StorageType *
incrementElementIds : IEnumerable<Guid> *
triggerReferencesProcess : bool -> 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. - triggerReferencesProcess
- Type: SystemBoolean
If , then referenced data cubes are processed prior to the specified data cube.
Exceptions
See Also