IDataCubeServiceConfigureIncrementalCubeStorage(Guid, StorageType, IEnumerableGuid) Method |
Configures the incremental storage for the specified data cube.
Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Guid
- The data cube ID.
- category StorageType
- The incremental storage category.
- incrementElementIds IEnumerableGuid
- The IDs of the output elements selected for incremental process control.
Exceptions
See Also