IDataCubeServiceGetDataCubeInfos Method (ICollectionGuid, NullableGuid, NullableStorageType, NullableJobRunResult) |
Return the collection of
DataCubeInfo for the specified project and tenant ID.
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
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.GenericICollectionGuid
The folder IDs under which to query. Use AllProjectRootFolders when requesting information for all projects. - tenantId
- Type: SystemNullableGuid
The tenant ID (ignored if the caller is associated with a tenant). - storage
- Type: SystemNullableStorageType
The storage category. Use when requesting information irrespective of the storage category. - jobRunResult
- Type: SystemNullableJobRunResult
The latest result status for the associate job. Use when requesting information irrespective of the result.
Return Value
Type:
IListDataCubeInfoThe list of specified
DataCubeInfo.
Exceptions
See Also