IDataCubeServiceGetDataCubeInfos Method (IEnumerableGuid, NullableGuid)

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 (24.3.0.1000)
Syntax
IList<DataCubeInfo> GetDataCubeInfos(
	IEnumerable<Guid> dataCubeIds,
	Guid? tenantId
)

Parameters

dataCubeIds
Type: System.Collections.GenericIEnumerableGuid
The data cube IDs.
tenantId
Type: SystemNullableGuid
The tenant ID.

Return Value

Type: 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