IDataCubeServiceScheduleTenantCubeOverride Method

Configure a tenant processing schedule override.

Namespace: Dundas.BI.Entities.DataCubes
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
Schedule ScheduleTenantCubeOverride(
	Guid dataCubeId,
	Guid tenantId,
	ScheduleRule scheduleRule
)

Parameters

dataCubeId  Guid
The data cube ID.
tenantId  Guid
The tenant ID.
scheduleRule  ScheduleRule
The tenant override processing schedule.

Return Value

Schedule
The tenant schedule.
Exceptions
ExceptionCondition
ArgumentExceptiondataCubeId is Empty.
ArgumentNullExceptionscheduleRule is .
NoPrivilegeExceptionThe caller has no required privileges for the specified data cube.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also