IDataCubeServiceGetDataCubeInfos(ICollectionGuid, NullableGuid, NullableStorageType, NullableJobRunResult) Method |
Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 ICollectionGuid
-
- tenantId NullableGuid
-
- storage NullableStorageType
-
- jobRunResult NullableJobRunResult
-
Return Value
IListDataCubeInfo
See Also