Freigeben über


TupleCache-Klasse

Tuple Cache.When the object is serialized out as xml, its qualified name is x:tupleCache.

Vererbungshierarchie

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

Hinweise

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 1. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

TupleCache-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace