PivotCache.MemoryUsed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the amount of memory in bytes currently being used by the object.
public:
property int MemoryUsed { int get(); };
public int MemoryUsed { get; }
Public ReadOnly Property MemoryUsed As Integer
Property Value
Remarks
The MemoryUsed property reflects the transient state of the cache at the time that it’s queried.
If the PivotCache object has no PivotTable report attached to it, this property returns 0 (zero).