MdxFunctionValues Enum

Definition

MDX Function Type

public enum MdxFunctionValues
public readonly struct MdxFunctionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues>
type MdxFunctionValues = 
type MdxFunctionValues = struct
    interface IEnumValue
    interface IEnumValueFactory<MdxFunctionValues>
Public Enum MdxFunctionValues
Public Structure MdxFunctionValues
Implements IEnumValue, IEnumValueFactory(Of MdxFunctionValues), IEquatable(Of MdxFunctionValues)
Inheritance
MdxFunctionValues
Inheritance
MdxFunctionValues

Fields

MdxFunctionValues(String)

Creates a new MdxFunctionValues enum instance

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 0

Cube Member.

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

CubeMember

Cube Member.

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

CubeMemberProperty 5

Cube Member Property.

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

CubeMemberProperty

Cube Member Property.

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

CubeRankedMember 4

Cube Ranked Member.

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

CubeRankedMember

Cube Ranked Member.

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

CubeSet 2

Cube Set.

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

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".

CubeSetCount 3

Cube Set Count.

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

CubeValue 1

Cube Value.

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

CubeValue

Cube Value.

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

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

Applies to