DataCubeConfigureIncrementalCubeStorage(StorageType, IEnumerableGuid) Method |
Configures the incremental cube storage.
Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 StorageType
- The incremental storage category.
- incrementParameterIds IEnumerableGuid
- The IDs of the parameters selected for incremental process control.
Exceptions
See Also