ssml:queryCache
OLAP Query Cache
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-pivotTable.xsd
Type: ssml:CT_QueryCache
Properties: Local, Qualified
Content
- ssml:query [1..*] Query
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
count | [0..1] | xsd:unsignedInt | Cached Query Count |
Used in
- Type ssml:CT_TupleCache (Element ssml:tupleCache)
Sample instance
<ssml:queryCache> <ssml:query mdx="string"> <ssml:tpls> <ssml:tpl item="1"/> </ssml:tpls> </ssml:query> </ssml:queryCache>