IDataCubeServiceGetDataCubeRelationships Method

Gets the join relationships used in the definition of the specified DataCube.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IReadOnlyList<DataCubeJoin> GetDataCubeRelationships(
	Guid dataCubeId
)

Parameters

dataCubeId
Type: SystemGuid
The data cube ID.

Return Value

Type: IReadOnlyListDataCubeJoin
The join relationship list, in the order they are defined within the DataCube.
Exceptions
ExceptionCondition
ArgumentExceptiondataCubeId is Empty.
NoPrivilegeExceptionCaller does not have access to the specified data cube.
InvalidSessionExceptionThe caller context is not associated with a valid session.
NotFoundExceptionThe data cube with the specified ID does not exist.
See Also