MdxFunctionValues Enum

Definition

MDX Function Type

C#
public enum MdxFunctionValues
C#
public readonly struct MdxFunctionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues>
Inheritance
MdxFunctionValues
Inheritance
MdxFunctionValues

Fields

Name Value Description
CubeMember 0

Cube Member.

When the item is serialized out as xml, its value is "m".

CubeValue 1

Cube Value.

When the item is serialized out as xml, its value is "v".

CubeSet 2

Cube Set.

When the item is serialized out as xml, its value is "s".

CubeSetCount 3

Cube Set Count.

When the item is serialized out as xml, its value is "c".

CubeRankedMember 4

Cube Ranked Member.

When the item is serialized out as xml, its value is "r".

CubeMemberProperty 5

Cube Member Property.

When the item is serialized out as xml, its value is "p".

CubeKPIMember 6

Cube KPI Member.

When the item is serialized out as xml, its value is "k".

CubeKPIMember

Cube KPI Member.

When the item is serialized out as xml, its value is "k".

CubeMember

Cube Member.

When the item is serialized out as xml, its value is "m".

CubeMemberProperty

Cube Member Property.

When the item is serialized out as xml, its value is "p".

CubeRankedMember

Cube Ranked Member.

When the item is serialized out as xml, its value is "r".

CubeSet

Cube Set.

When the item is serialized out as xml, its value is "s".

CubeSetCount

Cube Set Count.

When the item is serialized out as xml, its value is "c".

CubeValue

Cube Value.

When the item is serialized out as xml, its value is "v".

Equality(MdxFunctionValues, MdxFunctionValues)
Equals(MdxFunctionValues)
Equals(Object)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<MdxFunctionValues>.Create(String)
Inequality(MdxFunctionValues, MdxFunctionValues)
MdxFunctionValues(String)

Creates a new MdxFunctionValues enum instance

ToString()

Applies to

Product Versions
DocumentFormat.OpenXml 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1