MdxSet Class

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

Inheritance Hierarchy

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

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

Syntax

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

Remarks

The following table lists the possible child types:

  • NameIndex <x:n>

[ISO/IEC 29500-1 1st Edition]

18.9.12 ms (Set MDX Metadata)

This element represents an MDX set.

Parent Elements

mdx (§18.9.6)

Child Elements

Subclause

n (Member Unique Name Index)

§18.9.13

Attributes

Description

c (Sort By Member Index Count)

Number of sort-by member indices. This is essentially the number of coordinates in the cube that this member is defined by.

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

ns (Set Definition Index)

Zero based index of the set definition in the metadata string store.

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

o (Set Sort Order)

An enumeration specifying what sort order is used to sort the set.

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

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

See Also

Reference

MdxSet Members

DocumentFormat.OpenXml.Spreadsheet Namespace