Freigeben über


Mdx-Klasse

MDX Metadata Record.When the object is serialized out as xml, its qualified name is x:mdx.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Spreadsheet.Mdx

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(MdxMemberProp))> _
<ChildElementInfoAttribute(GetType(MdxKpi))> _
<ChildElementInfoAttribute(GetType(MdxSet))> _
<ChildElementInfoAttribute(GetType(MdxTuple))> _
Public Class Mdx _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Mdx
[ChildElementInfoAttribute(typeof(MdxMemberProp))]
[ChildElementInfoAttribute(typeof(MdxKpi))]
[ChildElementInfoAttribute(typeof(MdxSet))]
[ChildElementInfoAttribute(typeof(MdxTuple))]
public class Mdx : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • MdxTuple <x:t>

  • MdxSet <x:ms>

  • MdxMemberProp <x:p>

  • MdxKpi <x:k>

[ISO/IEC 29500-1 1. Ausgabe]

18.9.6 mdx (MDX Metadata Record)

This element represents a single record of MDX metadata information which can express a tuple, KPI, set, or member property.

Parent Elements

mdxMetadata (§18.9.7)

Child Elements

Subclause

k (KPI MDX Metadata)

§18.9.5

ms (Set MDX Metadata)

§18.9.12

p (Member Property MDX Metadata)

§18.9.14

t (Tuple MDX Metadata)

§18.9.16

Attributes

Description

f (Cube Function Tag)

This is an enumeration representing the function type of the calling cube function from the spreadsheet.

The possible values for this attribute are defined by the ST_MdxFunctionType simple type (§18.18.44).

n (Connection Name Index)

The zero based index of connection name in metadata string store, metadataStrings.

The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype.

[Note: The W3C XML Schema definition of this element's content model (CT_Mdx) 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

Mdx-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace