IDataCubeServiceGetDataCubeInfos Method (ICollectionGuid, NullableGuid, NullableStorageType, NullableJobRunResult) |
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(
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.GenericICollectionGuid
- tenantId
- Type: SystemNullableGuid
- storage
- Type: SystemNullableStorageType
- jobRunResult
- Type: SystemNullableJobRunResult
Return Value
Type:
IListDataCubeInfoSee Also