DataCubeConfigureIncrementalCubeStorage Method (StorageType, IEnumerableGuid, Boolean) |
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,
bool triggerReferencesProcess
)
Public Sub ConfigureIncrementalCubeStorage (
category As StorageType,
incrementParameterIds As IEnumerable(Of Guid),
triggerReferencesProcess As Boolean
)
public:
void ConfigureIncrementalCubeStorage(
StorageType category,
IEnumerable<Guid>^ incrementParameterIds,
bool triggerReferencesProcess
)
member ConfigureIncrementalCubeStorage :
category : StorageType *
incrementParameterIds : IEnumerable<Guid> *
triggerReferencesProcess : bool -> 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. - triggerReferencesProcess
- Type: SystemBoolean
Flag that indicates if referenced data cubes should be processed prior to the current instance.
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