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 (9.0.0.1000)
Syntaxpublic 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| Exception | Condition |
|---|
| ArgumentException | incrementParameterIds is or empty. |
| ArgumentException | The specified storage category requires a different method overload. |
| NotSupportedException | The current data cube does not support the specified storage category. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also