Freigeben über


TupleItems-Klasse

Defines the TupleItems Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is x14:tupleItems.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Excel.TupleItems

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(Xstring), FileFormatVersions.Office2010)> _
Public Class TupleItems _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As TupleItems
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(Xstring), FileFormatVersions.Office2010)]
public class TupleItems : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • Xstring <x14:tupleItem>

2.6.43 CT_TupleItems

Target namespace: https://schemas.microsoft.com/office/spreadsheetml/2010/main

Referenced by: CT_PivotEdit, CT_PivotChange

A complex type that specifies the MDX unique names that identify the value in the OLAP data source using PivotTable what-if analysis.

Child Elements:

tupleItem : An ST_Xstring ([ISO/IEC-29500-1] section 22.9.2.19) element that specifies a MDX unique name. The number of these elements MUST be greater than zero and MUST be less than 2^31. The length of each ST_Xstring ([ISO/IEC-29500-1] section 22.9.2.19) MUST be greater than zero and MUST be less than or equal to 65535 characters.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_TupleItems">

<xsd:sequence>

<xsd:element name="tupleItem" type="x:ST_Xstring" minOccurs="1" maxOccurs="unbounded"/>

</xsd:sequence>

</xsd:complexType>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Threadsicherheit

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

Siehe auch

Referenz

TupleItems-Member

DocumentFormat.OpenXml.Office2010.Excel-Namespace