IDataCubeServiceGetDataCubeInfos(ICollectionGuid, NullableGuid, NullableStorageType, NullableJobRunResult) Method


Namespace: Dundas.BI.Entities.DataCubes
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
IList<DataCubeInfo> GetDataCubeInfos(
	ICollection<Guid> queryRootIds,
	Guid? tenantId,
	StorageType? storage,
	JobRunResult? jobRunResult
)

Parameters

queryRootIds  ICollectionGuid
 
tenantId  NullableGuid
 
storage  NullableStorageType
 
jobRunResult  NullableJobRunResult
 

Return Value

IListDataCubeInfo
See Also