IOlapCubeServiceClearDataResultCache Method |
Clears all the results based on the specified OLAP cube from the data result cache.
Namespace:
Dundas.BI.Data.Metadata.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax bool ClearDataResultCache(
Guid olapCubeId
)
Function ClearDataResultCache (
olapCubeId As Guid
) As Boolean
bool ClearDataResultCache(
Guid olapCubeId
)
abstract ClearDataResultCache :
olapCubeId : Guid -> bool
Parameters
- olapCubeId
- Type: SystemGuid
The OLAP cube ID.
Return Value
Type:
BooleanExceptions See Also