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 (24.3.0.1000)
Syntax
void SetupCubeReferencesProcess(
	ICollection<Guid> dataCubeIds,
	bool triggerReferencesProcess
)

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
ExceptionCondition
ArgumentExceptiondataCubeIds is not a valid collection.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also