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 (10.0.0.1002)
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
See Also