IDataCubeServiceSetupCubeReferencesProcess Method |
Configure 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 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 ICollectionGuid
- The specified data cube IDs.
- triggerReferencesProcess Boolean
- If , then referenced cubes are processed automatically prior to the specified data cubes.
Exceptions
See Also