IDataCubeServiceGetDataCubeInfos(IEnumerableGuid, NullableGuid) Method

Return the collection of DataCubeInfo for the specified data cube IDs.

Namespace: Dundas.BI.Entities.DataCubes
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
IList<DataCubeInfo> GetDataCubeInfos(
	IEnumerable<Guid> dataCubeIds,
	Guid? tenantId
)

Parameters

dataCubeIds  IEnumerableGuid
The data cube IDs.
tenantId  NullableGuid
The tenant ID.

Return Value

IListDataCubeInfo
The list of specified DataCubeInfo.
Exceptions
ExceptionCondition
ArgumentExceptiontenantId is Empty.
ArgumentNullExceptiondataCubeIds is .
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also