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
)
Function GetDataCubeRelationships (
dataCubeId As Guid
) As IReadOnlyList(Of DataCubeJoin)
IReadOnlyList<DataCubeJoin^>^ GetDataCubeRelationships(
Guid dataCubeId
)
abstract GetDataCubeRelationships :
dataCubeId : Guid -> IReadOnlyList<DataCubeJoin>
Parameters
- dataCubeId
- Type: SystemGuid
The data cube ID.
Return Value
Type:
IReadOnlyListDataCubeJoinThe join relationship list, in the order they are defined within the
DataCube.
Exceptions See Also