IDataCubeServiceScheduleDataWarehouseCubes Method |
Configure the data warehousing storage and the referenced cubes processing priorities for the specified data cubes.
Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid ScheduleDataWarehouseCubes(
ICollection<Guid> dataCubeIds,
ScheduleRule scheduleRule,
bool triggerReferencesProcess,
Guid? tenantId
)
Sub ScheduleDataWarehouseCubes (
dataCubeIds As ICollection(Of Guid),
scheduleRule As ScheduleRule,
triggerReferencesProcess As Boolean,
tenantId As Guid?
)
void ScheduleDataWarehouseCubes(
ICollection<Guid>^ dataCubeIds,
ScheduleRule^ scheduleRule,
bool triggerReferencesProcess,
Nullable<Guid> tenantId
)
abstract ScheduleDataWarehouseCubes :
dataCubeIds : ICollection<Guid> *
scheduleRule : ScheduleRule *
triggerReferencesProcess : bool *
tenantId : Nullable<Guid> -> unit Parameters
- dataCubeIds ICollectionGuid
- The specified data cube IDs.
- scheduleRule ScheduleRule
- The schedule to use for cube processing.
- triggerReferencesProcess Boolean
- If , then referenced cubes are processed automatically prior to the specified data cubes.
- tenantId NullableGuid
- The tenant ID. Use if the operation is for general purpose.
Exceptions
RemarksIf a tenant is specified, the value of the triggerReferencesProcess is ignored.
See Also