Click or drag to resize

MdxFunctionValues Enumeration

MDX Function Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
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