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