IDataCubeService.SetupCubeReferencesProcess Method |
Configure 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 (25.1.0.1000)
Syntaxvoid SetupCubeReferencesProcess(
ICollection<Guid> dataCubeIds,
bool triggerReferencesProcess
)
Sub SetupCubeReferencesProcess (
dataCubeIds As ICollection(Of Guid),
triggerReferencesProcess As Boolean
)
void SetupCubeReferencesProcess(
ICollection<Guid>^ dataCubeIds,
bool triggerReferencesProcess
)
abstract SetupCubeReferencesProcess :
dataCubeIds : ICollection<Guid> *
triggerReferencesProcess : bool -> unit
Parameters
- dataCubeIds
- Type: System.Collections.Generic.ICollection<Guid>
The specified data cube IDs. - triggerReferencesProcess
- Type: System.Boolean
If true, then referenced cubes are processed automatically prior to the specified data cubes.
Exceptions
See Also