IDataCubeServiceGetDataCubeInfos Method |
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 (8.0.2.1001)
SyntaxICollection<DataCubeInfo> GetDataCubeInfos(
Guid projectId,
Guid tenantId
)
Function GetDataCubeInfos (
projectId As Guid,
tenantId As Guid
) As ICollection(Of DataCubeInfo)
ICollection<DataCubeInfo^>^ GetDataCubeInfos(
Guid projectId,
Guid tenantId
)
abstract GetDataCubeInfos :
projectId : Guid *
tenantId : Guid -> ICollection<DataCubeInfo>
Parameters
- projectId
- Type: SystemGuid
The project ID. Use Empty when requesting information for all projects. - tenantId
- Type: SystemGuid
The tenant ID. Use Empty when requesting information for all tenants.
Return Value
Type:
ICollectionDataCubeInfoThe collection of specified
DataCubeInfo.
See Also