PivotCache.MemoryUsed Property

Definition

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).

Applies to