IDataCubeService.GetDataCubeInfos Method (ICollection<Guid>, Nullable<Guid>, Nullable<StorageType>, Nullable<JobRunResult>) |
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
SyntaxIList<DataCubeInfo> GetDataCubeInfos(
ICollection<Guid> queryRootIds,
Guid? tenantId,
StorageType? storage,
JobRunResult? jobRunResult
)
Function GetDataCubeInfos (
queryRootIds As ICollection(Of Guid),
tenantId As Guid?,
storage As StorageType?,
jobRunResult As JobRunResult?
) As IList(Of DataCubeInfo)
IList<DataCubeInfo^>^ GetDataCubeInfos(
ICollection<Guid>^ queryRootIds,
Nullable<Guid> tenantId,
Nullable<StorageType> storage,
Nullable<JobRunResult> jobRunResult
)
abstract GetDataCubeInfos :
queryRootIds : ICollection<Guid> *
tenantId : Nullable<Guid> *
storage : Nullable<StorageType> *
jobRunResult : Nullable<JobRunResult> -> IList<DataCubeInfo>
Parameters
- queryRootIds
- Type: System.Collections.Generic.ICollection<Guid>
- tenantId
- Type: System.Nullable<Guid>
- storage
- Type: System.Nullable<StorageType>
- jobRunResult
- Type: System.Nullable<JobRunResult>
Return Value
Type:
IList<DataCubeInfo>
See Also