Click or drag to resize

MdxFunctionValues Enumeration

MDX Function Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum MdxFunctionValues
Members
Member nameValueDescription
CubeMember0 Cube Member.

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

CubeValue1 Cube Value.

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

CubeSet2 Cube Set.

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

CubeSetCount3 Cube Set Count.

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

CubeRankedMember4 Cube Ranked Member.

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

CubeMemberProperty5 Cube Member Property.

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

CubeKPIMember6 Cube KPI Member.

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

See Also