TupleCache Class
Tuple Cache.When the object is serialized out as xml, its qualified name is x:tupleCache.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Spreadsheet.TupleCache
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(Sets))> _
<ChildElementInfoAttribute(GetType(ServerFormats))> _
<ChildElementInfoAttribute(GetType(QueryCache))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(Entries))> _
Public Class TupleCache _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As TupleCache
[ChildElementInfoAttribute(typeof(Sets))]
[ChildElementInfoAttribute(typeof(ServerFormats))]
[ChildElementInfoAttribute(typeof(QueryCache))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(Entries))]
public class TupleCache : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
Entries <x:entries>
Sets <x:sets>
QueryCache <x:queryCache>
ServerFormats <x:serverFormats>
ExtensionList <x:extLst>
[ISO/IEC 29500-1 1st Edition]
18.10.1.94 tupleCache (Tuple Cache)
Represents the cache of OLAP sheet data members, or tuples.
Parent Elements |
---|
pivotCacheDefinition (§18.10.1.67) |
Child Elements |
Subclause |
---|---|
entries (Entries) |
§18.10.1.28 |
extLst (Future Feature Data Storage Area) |
§18.2.10 |
queryCache (OLAP Query Cache) |
§18.10.1.76 |
serverFormats (Server Formats) |
§18.10.1.87 |
sets (Sets) |
§18.10.1.89 |
[Note: The W3C XML Schema definition of this element’s content model (CT_TupleCache) is located in §A.2. end note]
© ISO/IEC29500: 2008.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.