PivotCache.RecordCount 属性

定义

返回数据透视表缓存中的记录数目或包含指定内容的缓存记录数目。

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

属性值

注解

此属性反映了查询高速缓存时的瞬时状态。 该高速缓存可对不同查询而更改。

适用于