IDataCubeServiceScheduleDataWarehouseCubes 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 (24.3.0.1000)
Syntax
void ScheduleDataWarehouseCubes(
	ICollection<Guid> dataCubeIds,
	ScheduleRule scheduleRule,
	bool triggerReferencesProcess,
	Guid? tenantId
)

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.
tenantId
Type: SystemNullableGuid
The tenant ID. Use if the operation is for general purpose.
Exceptions
ExceptionCondition
ArgumentExceptiondataCubeIds is not a valid collection.
ArgumentNullExceptionscheduleRule is .
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
If a tenant is specified, the value of the triggerReferencesProcess is ignored.
See Also