PivotCache.MemoryUsed 属性

定义

返回对象当前使用的内存量(以字节为单位)。

public:
 property int MemoryUsed { int get(); };
public int MemoryUsed { get; }
Public ReadOnly Property MemoryUsed As Integer

属性值

注解

MemoryUsed 属性反映查询时缓存的暂时性状态。

PivotCache如果对象没有附加数据透视表,则此属性返回 0 (零) 。

适用于