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
)
Function GetDataCubeInfos (
dataCubeIds As IEnumerable(Of Guid),
tenantId As Guid?
) As IList(Of DataCubeInfo)
IList<DataCubeInfo^>^ GetDataCubeInfos(
IEnumerable<Guid>^ dataCubeIds,
Nullable<Guid> tenantId
)
abstract GetDataCubeInfos :
dataCubeIds : IEnumerable<Guid> *
tenantId : Nullable<Guid> -> IList<DataCubeInfo>
Parameters
- dataCubeIds
- Type: System.Collections.GenericIEnumerableGuid
The data cube IDs. - tenantId
- Type: SystemNullableGuid
The tenant ID.
Return Value
Type:
IListDataCubeInfoThe list of specified
DataCubeInfo.
Exceptions See Also