IDataCubeServiceScheduleInMemoryCubes Method |
Configure the data warehousing storage and the referenced cubes processing priorities for the specified data cubes.
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxvoid ScheduleInMemoryCubes(
ICollection<Guid> dataCubeIds,
ScheduleRule scheduleRule,
bool triggerReferencesProcess
)
Sub ScheduleInMemoryCubes (
dataCubeIds As ICollection(Of Guid),
scheduleRule As ScheduleRule,
triggerReferencesProcess As Boolean
)
void ScheduleInMemoryCubes(
ICollection<Guid>^ dataCubeIds,
ScheduleRule^ scheduleRule,
bool triggerReferencesProcess
)
abstract ScheduleInMemoryCubes :
dataCubeIds : ICollection<Guid> *
scheduleRule : ScheduleRule *
triggerReferencesProcess : bool -> unit
Parameters
- dataCubeIds
- Type: System.Collections.GenericICollectionGuid
The specified data cube IDs. - scheduleRule
- Type: Dundas.BI.SchedulingScheduleRule
The schedule to use for cube processing. - triggerReferencesProcess
- Type: SystemBoolean
If , then referenced cubes are processed automatically prior to the specified data cubes.
See Also