IDataCubeServiceScheduleDataWarehouse(Guid, ScheduleRule, NullableGuid) Method |
Creates a scheduled task for warehousing the data cube.
Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxSchedule ScheduleDataWarehouse(
Guid dataCubeId,
ScheduleRule scheduleRule,
Guid? tenantId
)
Function ScheduleDataWarehouse (
dataCubeId As Guid,
scheduleRule As ScheduleRule,
tenantId As Guid?
) As Schedule
Schedule^ ScheduleDataWarehouse(
Guid dataCubeId,
ScheduleRule^ scheduleRule,
Nullable<Guid> tenantId
)
abstract ScheduleDataWarehouse :
dataCubeId : Guid *
scheduleRule : ScheduleRule *
tenantId : Nullable<Guid> -> Schedule Parameters
- dataCubeId Guid
-
- scheduleRule ScheduleRule
-
- tenantId NullableGuid
-
Return Value
Schedule
Exceptions
Remarks
If tenantId is not provided, a schedule will be created for the storage job associated with data cube tenant,
or for non-tenant job otherwise. If tenantId is provided, a schedule will be created for the storage job associated with that tenant.
See Also