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
)
Public Sub ConfigureIncrementalCubeStorage (
category As StorageType,
incrementParameterIds As IEnumerable(Of Guid)
)
public:
void ConfigureIncrementalCubeStorage(
StorageType category,
IEnumerable<Guid>^ incrementParameterIds
)
member ConfigureIncrementalCubeStorage :
category : StorageType *
incrementParameterIds : IEnumerable<Guid> -> unit
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 See Also