IDataCubeServiceSetupCubeReferencesProcess 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.3.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.GenericICollectionGuid
The specified data cube IDs. - triggerReferencesProcess
 - Type: SystemBoolean
If , then referenced cubes are processed automatically prior to the specified data cubes. 
Exceptions
See Also